-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to start hie when cabal-install is installed #165
Comments
I have pretty much the same error, except, because I have some ambient updated cabal, the error message is slightly different:
Note that my ambient version of Cabal is 3.0. |
@GuillaumeDesforges @Ptival hie not longer uses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Stack trace
Child process fails on
/nix/store/a1fgqywyav0dkmk3kkq3hm8219aas6cw-cabal-helper-0.9.0.0/bin/cabal-helper-wrapper "--with-ghc=ghc" "--with-ghc-pkg=ghc-pkg" "--with-cabal=cabal" "v1-style" "/home/arsleust/projects/test-project" "/home/arsleust/projects/test-project/dist" "package-db-stack" "flags" "compiler-version" "ghc-merged-pkg-options" "config-flags" "non-default-config-flags" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" "ghc-options" "source-dirs" "entrypoints" "needs-build-output"
Setup
I am on NixOS and I use the following setup :
default.nix
dev.nix
Everything works good if I remove the
pkgs.cabal-install
above, except the warning thatcabal-install
is not found (and that I should read README).Investigation
I tried to run in
nix-shell
the command:This definitly shouldn't make the HIE crash.
My questions are :
cabal update
fix this ?I'm a bit new to all this, so I might be completly wrong, ut anyway thanks for your time !
The text was updated successfully, but these errors were encountered: