nix develop shell incompatible with Cabal 3.12.1.0?
#339
-
|
Would you help me with this error?
and |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Just a quick suggestion, since I recall facing similar issues. It probably is not a good idea to override cabal packages in the package set (i.e., |
Beta Was this translation helpful? Give feedback.
As far as I can see, the fix for this nevertheless can only happen on upstream, since haskell-flake simply wraps whatever
nixpkgsprovides.settings&packagesare transformed into an overlay and then added to basePackages usingextend:haskell-flake/nix/modules/project/outputs.nix
Lines 86 to 91 in cd449f1