1
0
Fork 0

Install hledger-lib in ghc env

This commit is contained in:
Malte Brandy 2020-01-07 22:32:56 +01:00
parent 27336f4791
commit 0c0fb335b8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -37,6 +37,7 @@ rec {
p.classy-prelude
p.haskell-ci
p.shake
p.hledger-lib
]);
haskellList = list: ''["${builtins.concatStringsSep ''", "'' list}"]'';
writeHaskellScript = { name ? "haskell-script", bins ? [ pkgs.coreutils ]