Replies: 1 comment 7 replies
-
I'm not sure what's going on here. We do use haskell-flake/flake-module.nix Line 170 in 2ef06a7 You could try #34, but that may not make any difference. If you can reproduce this problem on https://github.com/srid/haskell-multi-nix as well, I'd say this would be an issue with upstream nixpkgs. |
Beta Was this translation helpful? Give feedback.
7 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.
-
I have a Haskell project that uses Cabal 3.8. Using the flake configuration from the README results in:
Checking that running
cabal2nix
directly gives the same error:I then checked that the GHC 9.4.2 cabal2nix package works!
So I then set
haskellPackages = pkgs.haskell.packages.ghc942
in my flake:I now expected that the build would work. However, running
nix build
still gives the same error about Cabal 3.8. Is my assumption thathaskellPackages
would overridecabal2nix
wrong?Beta Was this translation helpful? Give feedback.
All reactions