trying to get it to work

This commit is contained in:
nek0 2022-09-29 02:31:26 +02:00
parent 83bf36c040
commit e1d082e6e6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
doJailbreak (unmarkBroken (dontCheck doJailbreak(hsuper.pg-transact)));
hspec-wai-json = with pkgs.haskell.lib;
doJailbreak (unmarkBroken (dontCheck doJailbreak(hsuper.hspec-wai-json)));
token-bucket = with pkgs.haskell.lib;
doJailbreak (unmarkBroken (dontCheck doJailbreak(hsuper.token-bucket)));
};
};