cabal-install: use newer version of Cabal library
This commit is contained in:
parent
4b129a73db
commit
c5467e8f73
@ -33,7 +33,7 @@ self: super: {
|
|||||||
unbuildable = throw "package depends on meta package 'unbuildable'";
|
unbuildable = throw "package depends on meta package 'unbuildable'";
|
||||||
|
|
||||||
# Use the latest version of the Cabal library.
|
# Use the latest version of the Cabal library.
|
||||||
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_2_0_1; });
|
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_4_0_1; });
|
||||||
|
|
||||||
# The test suite depends on old versions of tasty and QuickCheck.
|
# The test suite depends on old versions of tasty and QuickCheck.
|
||||||
hackage-security = dontCheck super.hackage-security;
|
hackage-security = dontCheck super.hackage-security;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user