haskell-http-api-data: fix override for latest 0.3.x version

This commit is contained in:
Peter Simons 2017-01-18 09:41:37 +01:00
parent 8f5937e36e
commit 1489bb4cb9

View File

@ -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: {