Replies: 2 comments
-
You are using a non-default package set ( haskell-flake/nix/haskell-project.nix Line 57 in c74e7c5 I suppose we should allow it to be disabled by the user if you don't particularly care about hoogle. That said, you are likely to hit another compile error somewhere. When you use a non-default GHC, you should be prepared to write a lot of overrides: |
Beta Was this translation helpful? Give feedback.
-
Oh, I see. I think haskell.nix does a lot of this overriding for the user, but I'll just use the default packages for now. (Example: https://github.com/input-output-hk/haskell.nix/blob/master/materialized/ghc927/cabal-install/default.nix). Got it working with default. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add Hoogle as you've described in the docs, but I can't seem to get a shell even without it... here's the basic flake I'm using and the error output. I'm not sure why that error is happening.
Flake:
Error:
Beta Was this translation helpful? Give feedback.
All reactions