Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ]