haskell-http-api-data: fix override for latest 0.3.x version
This commit is contained in:
parent
8f5937e36e
commit
1489bb4cb9
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user