Merge pull request #83825 from Gabriel439/gabriel/fix_cabal2nix

Fix evaluation of `cabal2nix`
This commit is contained in:
Jan Tojnar 2020-03-31 06:44:32 +02:00 committed by GitHub
commit e6674f6472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ self: super: {
# hackage-db uses must match, so take the latest
cabal2nix = super.cabal2nix.overrideScope (self: super: {
Cabal = self.Cabal_3_0_0_0;
hackage-db = self.hackage-db_2_1_0;
});
# cabal2spec needs a recent version of Cabal