From b91877fd721e67eb78de27b338ef73f562f0880a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Jul 2016 10:41:26 -0700 Subject: [PATCH] ui: one more try, forgot about the package.yaml #376 --- appveyor.yml | 2 +- hledger-ui/package.yaml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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)