haskell-Cabal: bump 2.x branch to version 2.0.1.0

This commit is contained in:
Peter Simons 2017-11-24 13:27:01 +01:00
parent a2cd405a16
commit 1743953cc5
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ self: super: {
# cabal-install needs Cabal 2.x. hackage-security's test suite does not compile with # cabal-install needs Cabal 2.x. hackage-security's test suite does not compile with
# Cabal 2.x, though. See https://github.com/haskell/hackage-security/issues/188. # Cabal 2.x, though. See https://github.com/haskell/hackage-security/issues/188.
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_0_0_2; }); cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_0_1_0; });
hackage-security = dontCheck super.hackage-security; hackage-security = dontCheck super.hackage-security;
# Link statically to avoid runtime dependency on GHC. # Link statically to avoid runtime dependency on GHC.

View File

@ -60,6 +60,6 @@ self: super: {
apply-refact = super.apply-refact_0_3_0_1; apply-refact = super.apply-refact_0_3_0_1;
# This builds needs the latest Cabal version. # This builds needs the latest Cabal version.
cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_2_0_0_2; }); cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_2_0_1_0; });
} }