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
I have cabal2nix 2.1.4 on my environment and it seems to handle all cases properly, as long as the compiler version is also passed in. That is, cabal2nix --compiler ghcjs-8.6 --shell . > shell.nix yields the expected output but cabal2nix --compiler ghcjs --shell . > shell.nix does not.
The text was updated successfully, but these errors were encountered:
alexfmpe
changed the title
Conditional blocks broken for version check under ghcjs
Conditional blocks broken for version checks under ghcjs
Oct 24, 2019
Still present in latest reflex-platform develop.
Oddly this only happens when there is an override in the project, even though the cabal version is always 0.1.5
Checkout alexfmpe/reflex-project-skeleton@c841533 and run
./reproduce-bug
It seems this conditional isn't being processed properly when under ghcjs.
I managed to build by cloning
singleton-bool
locally and changingI have
cabal2nix
2.1.4 on my environment and it seems to handle all cases properly, as long as the compiler version is also passed in. That is,cabal2nix --compiler ghcjs-8.6 --shell . > shell.nix
yields the expected output butcabal2nix --compiler ghcjs --shell . > shell.nix
does not.The text was updated successfully, but these errors were encountered: