cabalFlag
of type string
, instead of boolean
#264
Unanswered
peterbecich
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I think you are conflating two things? cabal flags vs cabal build arguments. You probably want haskell-flake/nix/modules/project/settings/all.nix Lines 183 to 189 in 9173cc4 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can
haskell-flake
set a Cabal flag which is astring
?i.e. there is an issue with
hackage-server
which requires the flag--write-ghc-environment=always
: isovector/type-errors#9In this
haskell-flake
https://github.com/peterbecich/hackage-server/blob/enable-check/flake.nix I am trying to specifyReading this it appears
strings
are not supported:haskell-flake/nix/modules/project/settings/all.nix
Line 203 in 9173cc4
Thanks
Beta Was this translation helpful? Give feedback.
All reactions