Get building with stack too (partial work).

This commit is contained in:
L. S. Leary 2019-02-11 00:06:07 +13:00
parent 60fce1c120
commit 9927dcd99b
2 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,9 @@ hpkg.developPackage {
llvm-config = pkgs.llvm_7;
});
};
modifier = drv: hlib.addBuildTool drv (import nix/llvm.nix {});
modifier = drv: hlib.addBuildTools drv [
(import nix/llvm.nix {})
pkgs.llvm_7
];
returnShellEnv = false;
}

View File

@ -1,4 +1,4 @@
resolver: nightly-2018-11-07
resolver: nightly-2019-02-09
# due to functor-infix
allow-newer: true
@ -16,8 +16,6 @@ extra-deps:
- monad-gen-0.3.0.1
- functor-infix-0.0.5
- QuickCheck-GenT-0.2.0
- megaparsec-6.5.0
- neat-interpolation-0.3.2.2
- set-extra-1.4.1
- llvm-hs-pretty-0.6.1.0