diff options
author | Ben Sima <ben@bsima.me> | 2019-03-27 22:58:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-27 22:58:53 -0700 |
commit | 4ecc513e5917057f50150e2cb0a1d63d6010f0d7 (patch) | |
tree | de711731ad4dc430e057774d06c200c4f497a509 /pack/bs.nix | |
parent | 285e1eefe19ac6865bf0ebab388456f23fb480a9 (diff) |
bs: add protolude and organize imports
Diffstat (limited to 'pack/bs.nix')
-rw-r--r-- | pack/bs.nix | 2 |
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 |