ui: one more try, forgot about the package.yaml #376

This commit is contained in:
Simon Michael 2016-07-23 10:41:26 -07:00
parent 99deeb5c55
commit b91877fd72
2 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,7 @@ environment:
STACK_ROOT: "c:\\sr"
test_script:
- echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api
- echo "" | stack --no-terminal --install-ghc test
- stack --local-bin-path . install hledger hledger-web hledger-api
artifacts:

View File

@ -78,7 +78,6 @@ executables:
- ansi-terminal >= 0.6.2.3 && < 0.7
- base >= 3 && < 5
- base-compat >= 0.8.1
- brick >= 0.2 && < 0.7
- cmdargs >= 0.8
- containers
- data-default
@ -94,10 +93,14 @@ executables:
- text-zipper >= 0.4 && < 0.5
- transformers
- vector
- vty >= 5.2 && < 5.8
when:
- condition: os(windows)
buildable: false
then:
buildable: false
else:
dependencies:
- brick >= 0.2 && < 0.7
- vty >= 5.2 && < 5.8
- condition: flag(threaded)
ghc-options: -threaded
- condition: flag(old-locale)