haskell-wai-secure-cookies: drop obsolete overrides

This commit is contained in:
Peter Simons 2017-12-20 12:25:56 +01:00
parent e4bb2a784d
commit 15b9537f37

View File

@ -921,12 +921,6 @@ self: super: {
# https://github.com/graknlabs/grakn-haskell/pull/1 # https://github.com/graknlabs/grakn-haskell/pull/1
grakn = dontCheck (doJailbreak super.grakn); 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;
};
# test suite requires git and does a bunch of git operations # test suite requires git and does a bunch of git operations
restless-git = dontCheck super.restless-git; restless-git = dontCheck super.restless-git;