summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-01-18 09:41:37 +0100
committerPeter Simons <simons@cryp.to>2017-01-18 09:54:13 +0100
commit1489bb4cb991635a7f998b5f93760f3e34b7bd3c (patch)
treea9f266f6e39f350feade797208a6bafc3bf3fb45 /pkgs/development/haskell-modules
parent8f5937e36e9e3c46e90e668ada5436dbb7b558f4 (diff)
downloadnixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar.gz
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar.bz2
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar.lz
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar.xz
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.tar.zst
nixlib-1489bb4cb991635a7f998b5f93760f3e34b7bd3c.zip
haskell-http-api-data: fix override for latest 0.3.x version
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 191f19bb3123..9a66b07d4fd7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1076,7 +1076,7 @@ self: super: {
 
   # http-api-data_0.3.x requires QuickCheck > 2.9, but overriding that version
   # is hard because of transitive dependencies, so we just disable tests.
-  http-api-data_0_3_3 = dontCheck super.http-api-data_0_3_3;
+  http-api-data_0_3_4 = dontCheck super.http-api-data_0_3_4;
 
   # Fix build for latest versions of servant and servant-client.
   servant_0_9_1_1 = super.servant_0_9_1_1.overrideScope (self: super: {