forked from mirrors/nixpkgs
configuration-common: http-api-data is now at version 0.3.5
This commit is contained in:
parent
ce859290e9
commit
3a0efcc4ca
|
@ -752,11 +752,7 @@ self: super: {
|
|||
servant-server = dontCheck super.servant-server;
|
||||
|
||||
# Fix build for latest versions of servant and servant-client.
|
||||
servant_0_10 = super.servant_0_10.overrideScope (self: super: {
|
||||
http-api-data = self.http-api-data_0_3_5;
|
||||
});
|
||||
servant-client_0_10 = super.servant-client_0_10.overrideScope (self: super: {
|
||||
http-api-data = self.http-api-data_0_3_5;
|
||||
servant-server = self.servant-server_0_10;
|
||||
servant = self.servant_0_10;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue