Use an unique install/stack.yaml

This commit is contained in:
jneira 2020-06-12 11:11:21 +02:00
parent 77dda30c5a
commit 887e5dca02
3 changed files with 5 additions and 12 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env stack
{- stack
runghc
--stack-yaml=install/shake.yaml
--stack-yaml=install/stack.yaml
--package hls-install
-}
{- cabal:

View File

@ -1,11 +0,0 @@
# Used to provide a different environment for the shake build script
resolver: lts-14.11 # GHC 8.6.5
packages:
- .
nix:
packages: [ zlib ]
flags:
hls-install:
run-from-stack: true

View File

@ -9,5 +9,9 @@ extra-deps:
- binary-instances-1.0.0.1
- lukko-0.1.1.2
flags:
hls-install:
run-from-stack: true
nix:
packages: [ icu libcxx zlib ]