-
Notifications
You must be signed in to change notification settings - Fork 241
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
Can't build cabal from sources. #545
Comments
Try:
The |
Closed
Did this solution work for you @typetetris? I've been having trouble with it. edit: this went thru for me now. :) |
reinstallableLibGhc is now the default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
git clone https://github.com/haskell/cabal.git
cd cabal
git branch v32 cabal-install-v3.2.0.0
git checkout v32
default.nix
with the folloging contentnix build -f default.nix cabal-install.components.exes.cabal
Additional Info
Trying to look around in the resulting derivation with
and using tab completion, shows, there is a
Cabal
key, but it has a null value.Also entering the shell with
and using
shows, that the only
Cabal
the library package known to the compiler in the shell is the oneit brings with it. (At the time of writing: Cabal-2.4.0.1)
The text was updated successfully, but these errors were encountered: