From 77ff3088b9c8ff217c6ed6fb9093a5aabb2ea3ca Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Mar 2019 09:25:12 -0700 Subject: working miso app structure is in place, need to add styles and logic --- pack/ibb.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pack') 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 ]); -- cgit v1.2.3