ui: one more try, forgot about the package.yaml #376
This commit is contained in:
parent
99deeb5c55
commit
b91877fd72
@ -15,7 +15,7 @@ environment:
|
|||||||
STACK_ROOT: "c:\\sr"
|
STACK_ROOT: "c:\\sr"
|
||||||
|
|
||||||
test_script:
|
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
|
- stack --local-bin-path . install hledger hledger-web hledger-api
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
@ -78,7 +78,6 @@ executables:
|
|||||||
- ansi-terminal >= 0.6.2.3 && < 0.7
|
- ansi-terminal >= 0.6.2.3 && < 0.7
|
||||||
- base >= 3 && < 5
|
- base >= 3 && < 5
|
||||||
- base-compat >= 0.8.1
|
- base-compat >= 0.8.1
|
||||||
- brick >= 0.2 && < 0.7
|
|
||||||
- cmdargs >= 0.8
|
- cmdargs >= 0.8
|
||||||
- containers
|
- containers
|
||||||
- data-default
|
- data-default
|
||||||
@ -94,10 +93,14 @@ executables:
|
|||||||
- text-zipper >= 0.4 && < 0.5
|
- text-zipper >= 0.4 && < 0.5
|
||||||
- transformers
|
- transformers
|
||||||
- vector
|
- vector
|
||||||
- vty >= 5.2 && < 5.8
|
|
||||||
when:
|
when:
|
||||||
- condition: os(windows)
|
- condition: os(windows)
|
||||||
|
then:
|
||||||
buildable: false
|
buildable: false
|
||||||
|
else:
|
||||||
|
dependencies:
|
||||||
|
- brick >= 0.2 && < 0.7
|
||||||
|
- vty >= 5.2 && < 5.8
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
- condition: flag(old-locale)
|
- condition: flag(old-locale)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user