diff options
Diffstat (limited to 'pack/ibb.nix')
-rw-r--r-- | pack/ibb.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pack/ibb.nix b/pack/ibb.nix index 159f403..05d2b7d 100644 --- a/pack/ibb.nix +++ b/pack/ibb.nix @@ -2,11 +2,12 @@ with nixpkgs; let ghc = pkgs.haskell.packages.ghc844.ghcWithPackages (hp: with hp; [ + hinotify + acid-state blaze-html blaze-markup bytestring - hinotify miso MonadRandom protolude |