Open tonicebrian opened 2 years ago
I also have the same issue, my project is not compiled anymore. Could you please assist resolving that issue?
Hey @sergei-grigorev since this seems abandoned I've went straight and created https://pursuit.purescript.org/packages/purescript-halogen-bootstrap5/2.1.0 . Please let me know anything missing
I unfortunately don't get to do much programming these days. @tonicebrian I'd be happy to point to your repo as the official repo going forward if you are happy to do the maintenance going forward.
Hey @mschristiansen no worries it happens all the time. Yeah, since I've created the bootstrap5
I think that maintaining bootstrap4 won't be much of a hassle. But since you already published the package I need you to transfer ownership following instructions in https://github.com/purescript/registry-dev/blob/master/SPEC.md#54-transfer-a-package-authenticated
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:
And this is the package set I have in my packages.dhall:
I got this error after doing
spago upgrade-set
over a working codebase. Am I doing something wrong?