diff options
Diffstat (limited to 'pack/ibb.nix')
-rw-r--r-- | pack/ibb.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pack/ibb.nix b/pack/ibb.nix index 05d2b7d..fe74346 100644 --- a/pack/ibb.nix +++ b/pack/ibb.nix @@ -24,6 +24,8 @@ let tasty-quickcheck = dontCheck super.tasty-quickcheck; scientific = dontCheck super.scientific; # takes forever servant = dontCheck super.servant; + comonad = dontCheck super.comonad; + QuickCheck = dontCheck super.QuickCheck; }; }); ghcjs = ghcjs_.ghcWithPackages (hp: with hp; [ |