Skip to content

Commit

Permalink
;shake: can use the default stack.yaml/GHC 8.8 (#1090)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simonmichael committed Jan 28, 2020
1 parent 6830139 commit c84466f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Shake.hs
@@ -1,7 +1,7 @@
#!/usr/bin/env stack
{- stack exec
--verbosity=info
--stack-yaml=stack-8.6.yaml
--stack-yaml=stack.yaml
--package base-prelude
--package directory
--package extra
Expand All @@ -11,9 +11,6 @@
--package time
ghc
-}
-- Normally uses the project's default resolver & extra deps (stack.yaml).
-- Currently using stack-8.6.yaml (& building two sets of deps) because of
-- https://github.com/iconnect/regex/issues/173#issuecomment-570836346
{-
One of two project scripts files (Makefile, Shake.hs). This one
Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Expand Up @@ -19,3 +19,5 @@ extra-deps:
# for hledger-ui:
# for hledger-web:
- wai-handler-launch-3.0.3
# for Shake.hs:
- regex-1.1.0.0

0 comments on commit c84466f

Please sign in to comment.