;shake: can use the default stack.yaml/GHC 8.8 (#1090)

[ci skip]
This commit is contained in:
Simon Michael 2020-01-28 09:21:10 -08:00
parent 6830139b70
commit c84466fb29
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack exec {- stack exec
--verbosity=info --verbosity=info
--stack-yaml=stack-8.6.yaml --stack-yaml=stack.yaml
--package base-prelude --package base-prelude
--package directory --package directory
--package extra --package extra
@ -11,9 +11,6 @@
--package time --package time
ghc 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 One of two project scripts files (Makefile, Shake.hs). This one

View File

@ -19,3 +19,5 @@ extra-deps:
# for hledger-ui: # for hledger-ui:
# for hledger-web: # for hledger-web:
- wai-handler-launch-3.0.3 - wai-handler-launch-3.0.3
# for Shake.hs:
- regex-1.1.0.0