You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
As titled - I have the latest purescript-halogen-template and try to used markdown, but bower install purescript-markdown-halogen gives me a dozen errors for version selection such as
Unable to find a suitable version for purescript-prelude, please choose one by typing one of the numbers below:
1) purescript-prelude#^3.0.0 which resolved to 3.3.0 and is required by purescript-browserfeatures#4.0.0, purescript-control#3.3.1, purescript-dom#4.16.0, purescript-dom-indexed#3.0.0, purescript-eff#3.2.1, purescript-either#3.2.0, purescript-fixed-points#4.0.0, purescript-formatters#2.1.0, purescript-functions#3.0.0, purescript-generics-rep#5.4.0, purescript-halogen-vdom#2.0.1, purescript-invariant#3.0.0, purescript-markdown#11.0.1, purescript-markdown-halogen#8.0.1, purescript-maybe#3.1.0, purescript-newtype#2.0.0, purescript-nonempty#4.3.0, purescript-proxy#2.1.0, purescript-symbols#3.0.0, purescript-tuples#4.1.0
2) purescript-prelude#^4.0.0 which resolved to 4.1.0 and is required by purescript-argonaut-core#4.0.1, purescript-arrays#5.2.0, purescript-bifunctors#4.0.0, purescript-const#4.1.0, purescript-contravariant#4.0.0, purescript-control#4.1.0, purescript-datetime#4.1.0, purescript-distributive#4.0.0, purescript-effect#2.0.0, purescript-either#4.1.1, purescript-enums#4.0.0, purescript-exceptions#4.0.0, purescript-foldable-traversable#4.1.1, purescript-foreign#5.0.0, purescript-form-urlencoded#4.0.1, purescript-functions#4.0.0, purescript-functors#3.1.1, purescript-gen#2.1.0, purescript-http-methods#4.0.2, purescript-identity#4.1.0, purescript-integers#4.0.0, purescript-invariant#4.1.0, purescript-lazy#4.0.0, purescript-lists#5.3.0, purescript-maybe#4.0.1, purescript-media-types#4.0.1, purescript-newtype#3.0.0, purescript-nonempty#5.0.0, purescript-ordered-collections#1.4.0, purescript-orders#4.0.0, purescript-parallel#4.0.0, purescript-proxy#3.0.0, purescript-refs#4.1.0, purescript-st#4.0.0, purescript-strings#4.0.1, purescript-tailrec#4.0.0, purescript-transformers#4.1.0, purescript-tuples#5.1.0, purescript-typelevel-prelude#3.0.0, purescript-unfoldable#4.0.0
3) purescript-prelude#^4.1.0 which resolved to 4.1.0 and is required by purescript-foreign-object#1.1.0
Hopefully this can be reproduced as such.
Seems to me like a version conflict issue, but I am pretty ignorant of how bower + purescript work together.
Any ideas why this is and how I can get this to work?
The text was updated successfully, but these errors were encountered:
It's failing as this library hasn't been updated for the currently released version of Halogen, nor have some of the dependencies (-markdown, -halogen-datepicker).
@hackle I've just submitted a PR for the datepicker, and I think the more recent -markdown lib is actually most likely compatible, or if not, BARELY incompatible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As titled - I have the latest
purescript-halogen-template
and try to used markdown, butbower install purescript-markdown-halogen
gives me a dozen errors for version selection such asHopefully this can be reproduced as such.
Seems to me like a version conflict issue, but I am pretty ignorant of how
bower
+purescript
work together.Any ideas why this is and how I can get this to work?
The text was updated successfully, but these errors were encountered: