From 170ea4f6c8dd4e324b13949557ca9603938d2c69 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 19:35:19 +0200 Subject: haskell-hackage-security: update override after Stackage update --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7326941d0754..b820a36a1d57 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -35,10 +35,8 @@ self: super: { # Use the latest version of the Cabal library. cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_2_0_1; }); - # Use the latest version, which supports Cabal 2.2.x. Unfortunately, the test - # suite depends on old versions of tasty and QuickCheck. - hackage-security = self.hackage-security_0_5_3_0; - hackage-security_0_5_3_0 = dontCheck super.hackage-security_0_5_3_0; + # The test suite depends on old versions of tasty and QuickCheck. + hackage-security = dontCheck super.hackage-security; # Link statically to avoid runtime dependency on GHC. jailbreak-cabal = disableSharedExecutables super.jailbreak-cabal; -- cgit 1.4.1