Skip to content

Commit

Permalink
haskellPackages.wai-secure-cookies: Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Falco Peijnenburg authored and peti committed Sep 10, 2017
1 parent dc9c2c7 commit 5d57aae
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 @@ -927,4 +927,11 @@ self: super: {

# https://github.com/graknlabs/grakn-haskell/pull/1
grakn = dontCheck (doJailbreak super.grakn);

# cryptonite == 0.24.x, protolude == 0.2.x
wai-secure-cookies = super.wai-secure-cookies.override {
cryptonite = super.cryptonite_0_24;
protolude = super.protolude_0_2;
};

}

0 comments on commit 5d57aae

Please sign in to comment.