I'm upgrading my code to use the 0.15 compiler but I'm having problems with your library not being found in the package set.
This is the error:
❯ spago install halogen-bootstrap4
[error] The following packages do not exist in your package set:
[error] - halogen-bootstrap4
And this is the package set I have in my packages.dhall:
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220630/packages.dhall
sha256:691aff166010760f18ab1f4842ba6184f43747756e00579a050a2a46fa22d014
in upstream
I got this error after doing spago upgrade-set over a working codebase.
Am I doing something wrong?
I'm upgrading my code to use the
0.15compiler but I'm having problems with your library not being found in the package set.This is the error:
And this is the package set I have in my packages.dhall:
I got this error after doing
spago upgrade-setover a working codebase.Am I doing something wrong?