haskell-Cabal: update overrides for the new 2.4.1.x version

This commit is contained in:
Peter Simons
2018-11-27 16:39:30 +01:00
parent 9ad99b7099
commit b13d8eadaa
2 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ self: super: {
unbuildable = throw "package depends on meta package 'unbuildable'";
# Use the latest version of the Cabal library.
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_4_0_1; });
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_4_1_0; });
# The test suite depends on old versions of tasty and QuickCheck.
hackage-security = dontCheck super.hackage-security;