Skip to content

Commit

Permalink
Merge pull request #154 from jneira/install-yaml
Browse files Browse the repository at this point in the history
Use an unique install/stack.yaml
  • Loading branch information
jneira authored Jun 14, 2020
2 parents 77dda30 + 887e5dc commit 4893b19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion install.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env stack
{- stack
runghc
--stack-yaml=install/shake.yaml
--stack-yaml=install/stack.yaml
--package hls-install
-}
{- cabal:
Expand Down
11 changes: 0 additions & 11 deletions install/shake.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions install/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit 4893b19

Please sign in to comment.