1
Fork 0

feat: added easy-purescript-nix/dhall

This commit is contained in:
Matei Adriel 2021-11-21 20:08:57 +02:00
parent 4f601f395d
commit 45f91d184a
5 changed files with 52 additions and 29 deletions
modules/dev/haskell

View file

@ -5,7 +5,8 @@
file.".ghci".source = ./ghci;
packages = with pkgs;
[ ghc ghcid hlint cabal-install snack stack ]
[ ghc ghcid hlint cabal-install stack ]
++ (with haskellPackages; [ brittany hoogle hpack ]);
};
}