diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 14:20:23 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 14:20:23 -0700 |
commit | 2eebdc423c1cdac026b88374883796ebea90514a (patch) | |
tree | 6a56148b5f124149ae56ab3ea977ae297b533702 /pack/ibb.nix | |
parent | 2f017e1b0926d3141067f0a5bc810be32c335e61 (diff) |
wip: upgrade nixos, mailserver, and enable znc
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; [ |