Skip to content

Conversation

@alexfmpe
Copy link
Member

Fixes #496.

The current vanilla ghc CI doesn't have a hashable constraint so 1.5 was already being picked up as a transitive dep even though the js conditional rules it out.

Turns out cabal outdated doesn't see through the platform conditional. Not sure what would work for detecting this - the obvious attempt fails

$ cabal outdated --with-compiler=javascript-unknown-ghcjs-ghc --with-hc-pkg=javascript-unknown-ghcjs-ghc-pkg
Error: cabal: unrecognized 'outdated' option
`--with-compiler=javascript-unknown-ghcjs-ghc'

unrecognized 'outdated' option
`--with-hc-pkg=javascript-unknown-ghcjs-ghc-pkg'

@alexfmpe alexfmpe merged commit 6ab2190 into reflex-frp:develop May 15, 2025
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for GHC JS 9.12.1

1 participant