diff --git a/appveyor.yml b/appveyor.yml index 16e19c9ea..38235687e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index f833e0ecf..86030720d 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -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)