summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-13 11:26:55 +0100
committerPeter Simons <simons@cryp.to>2017-12-15 13:11:15 +0100
commit04c4002190ed803d35af06fa6c657169aa412ccb (patch)
tree9fd57499c8363509797808b2245730af7f979d6c /pkgs/development/haskell-modules/configuration-common.nix
parentefb94191ccb1a262558f4f09933a592599f46ed8 (diff)
downloadnixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar.gz
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar.bz2
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar.lz
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar.xz
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.tar.zst
nixlib-04c4002190ed803d35af06fa6c657169aa412ccb.zip
haskell-hpack: fix override for latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e807988f23f0..1de80b015422 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1003,7 +1003,7 @@ self: super: {
   # Newer hpack's needs newer HUnit, but we cannot easily override the version
   # used in the build, so we take the easy way out and disable the test suite.
   hpack_0_20_0 = dontCheck super.hpack_0_20_0;
-  hpack_0_21_0 = dontCheck super.hpack_0_21_0;
+  hpack_0_21_2 = dontCheck super.hpack_0_21_2;
 
   # Stack 1.6.1 needs newer versions than LTS-9 provides.
   stack = super.stack.overrideScope (self: super: {