update dependencies

This commit is contained in:
nek0 2022-09-29 01:55:22 +02:00
parent 3ccb21c0ff
commit 950c785ee7
2 changed files with 2 additions and 5 deletions

View File

@ -14,11 +14,9 @@
haskellPackages = pkgs.haskellPackages.override {
overrides = hself: hsuper: {
pg-transact = with pkgs.haskell.lib;
doJailbreak (unmarkBroken (dontCheck hsuper.pg-transact));
doJailbreak (unmarkBroken (dontCheck doJailbreak(hsuper.pg-transact)));
hspec-wai-json = with pkgs.haskell.lib;
doJailbreak (unmarkBroken (dontCheck hsuper.hspec-wai-json));
token-bucket = with pkgs.haskell.lib;
doJailbreak (unmarkBroken (dontCheck hsuper.token-bucket));
doJailbreak (unmarkBroken (dontCheck doJailbreak(hsuper.hspec-wai-json)));
};
};

View File

@ -156,7 +156,6 @@ executable mateamt
, warp
, wai
, wai-logger
, wai-middleware-throttle
, yaml
, optparse-applicative
, case-insensitive