parent
6830139b70
commit
c84466fb29
5
Shake.hs
5
Shake.hs
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user