about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-02 19:35:19 +0200
committerPeter Simons <simons@cryp.to>2018-04-04 15:00:24 +0200
commit170ea4f6c8dd4e324b13949557ca9603938d2c69 (patch)
tree7c5c1534ce35a5a4a62977677e97c31c11115374 /pkgs/development/haskell-modules
parent54d20d9a7cb92524759ba1908d1056fc28946c43 (diff)
downloadnixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar.gz
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar.bz2
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar.lz
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar.xz
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.tar.zst
nixlib-170ea4f6c8dd4e324b13949557ca9603938d2c69.zip
haskell-hackage-security: update override after Stackage update
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 2 insertions, 4 deletions
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;