Skip to content

Commit

Permalink
haskellPackages.servant_09_1_1,servant-client_0_9_1_1: update http-ap…
Browse files Browse the repository at this point in the history
…i-data reference
  • Loading branch information
jwiegley committed Jan 19, 2017
1 parent 0387e10 commit 35aebd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1080,10 +1080,10 @@ self: super: {

# 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_3;
http-api-data = self.http-api-data_0_3_4;
});
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_3;
http-api-data = self.http-api-data_0_3_4;
servant-server = self.servant-server_0_9_1_1;
servant = self.servant_0_9_1_1;
});
Expand Down

0 comments on commit 35aebd4

Please sign in to comment.