configuration-common: http-api-data is now at version 0.3.5

This commit is contained in:
John Wiegley 2017-02-14 10:42:11 -08:00
parent ce859290e9
commit 3a0efcc4ca
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -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;
});