summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-01-20 12:39:31 +0100
committerPeter Simons <simons@cryp.to>2017-01-21 20:06:32 +0100
commitf0314dea93cfae2ecaa19e8d6b13c111f152852c (patch)
tree6cadae1152fb0d23ad02341e7af8f831c9ef97b4 /pkgs/development/haskell-modules
parent0d6d18c098e1eca6017dba76db38c2a392069d96 (diff)
downloadnixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar.gz
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar.bz2
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar.lz
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar.xz
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.tar.zst
nixlib-f0314dea93cfae2ecaa19e8d6b13c111f152852c.zip
haskell-http-api-data: update overrides for latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f019567f5f2a..90e80e21406d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1076,14 +1076,14 @@ 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_4 = dontCheck super.http-api-data_0_3_4;
+  http-api-data_0_3_5 = dontCheck super.http-api-data_0_3_5;
 
   # Fix build for latest versions of servant and servant-client.
   servant_0_9_1_1 = super.servant_0_9_1_1.overrideScope (self: super: {
-    http-api-data = self.http-api-data_0_3_4;
+    http-api-data = self.http-api-data_0_3_5;
   });
   servant-client_0_9_1_1 = super.servant-client_0_9_1_1.overrideScope (self: super: {
-    http-api-data = self.http-api-data_0_3_4;
+    http-api-data = self.http-api-data_0_3_5;
     servant-server = self.servant-server_0_9_1_1;
     servant = self.servant_0_9_1_1;
   });