Skip to content

Commit

Permalink
haskellPackages.servant-auth: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 12, 2017
1 parent 44efd44 commit 6043569
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1081,6 +1081,13 @@ self: super: {
servant = self.servant_0_9_1_1;
});

# https://github.com/plow-technologies/servant-auth/issues/20
servant-auth = dontCheck super.servant-auth;

servant-auth-server = super.servant-auth-server.overrideScope (self: super: {
jose = super.jose_0_5_0_2;
});

# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;

Expand Down

0 comments on commit 6043569

Please sign in to comment.