diff options
Diffstat (limited to 'pack')
-rw-r--r-- | pack/ibb.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pack/ibb.nix b/pack/ibb.nix index d91d119..159f403 100644 --- a/pack/ibb.nix +++ b/pack/ibb.nix @@ -2,14 +2,18 @@ with nixpkgs; let ghc = pkgs.haskell.packages.ghc844.ghcWithPackages (hp: with hp; [ + acid-state blaze-html blaze-markup bytestring hinotify miso MonadRandom + protolude random scotty + servant + servant-server shakespeare text ]); |