summaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-27 22:58:53 -0700
committerBen Sima <ben@bsima.me>2019-03-27 22:58:53 -0700
commit4ecc513e5917057f50150e2cb0a1d63d6010f0d7 (patch)
treede711731ad4dc430e057774d06c200c4f497a509 /pack
parent285e1eefe19ac6865bf0ebab388456f23fb480a9 (diff)
bs: add protolude and organize imports
Diffstat (limited to 'pack')
-rw-r--r--pack/bs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pack/bs.nix b/pack/bs.nix
index 3d6b7ee..d869dd1 100644
--- a/pack/bs.nix
+++ b/pack/bs.nix
@@ -2,6 +2,8 @@
with nixpkgs;
let
ghc = pkgs.haskell.packages.ghc844.ghcWithPackages (hp: with hp; [
+ hinotify
+
containers
directory
haskeline