don't symlink stack.yaml, I think windows doesn't like it

This commit is contained in:
Simon Michael 2016-10-21 17:58:17 -07:00
parent 647e559db6
commit b322ba995c
2 changed files with 21 additions and 22 deletions

View File

@ -1,21 +0,0 @@
# Last-tested stack build plan using GHC 8.0.
# Older/newer snapshots in this series will likely work also.
resolver: lts-7.4
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
- hledger-api
extra-deps:
# for hledger-ui:
- brick-0.8
- text-zipper-0.4
- vty-5.7.1
# for hledger-web:
- wai-handler-launch-3.0.2.1
# cf https://github.com/commercialhaskell/stack/wiki/stack.yaml

View File

@ -1 +0,0 @@
stack-ghc8.0.yaml

21
stack.yaml Normal file
View File

@ -0,0 +1,21 @@
# Last-tested stack build plan using GHC 8.0.
# Older/newer snapshots in this series will likely work also.
resolver: lts-7.4
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
- hledger-api
extra-deps:
# for hledger-ui:
- brick-0.8
- text-zipper-0.4
- vty-5.7.1
# for hledger-web:
- wai-handler-launch-3.0.2.1
# cf https://github.com/commercialhaskell/stack/wiki/stack.yaml