cabal-install: version 3.x is out officially

This commit is contained in:
Peter Simons
2019-08-28 15:50:33 +00:00
parent 0fc727c3e1
commit 83bc9776ca
3 changed files with 0 additions and 46 deletions
@@ -32,9 +32,6 @@ self: super: {
# compiled on Linux. We provide the name to avoid evaluation errors.
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_1_0; });
# The test suite depends on old versions of tasty and QuickCheck.
hackage-security = dontCheck super.hackage-security;