ui: try hiding problem deps on windows as well #376

This commit is contained in:
Simon Michael 2016-07-23 09:22:58 -07:00
parent 5355447e04
commit d037989355

View File

@ -62,7 +62,6 @@ executable hledger-ui
, 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
@ -78,8 +77,11 @@ executable hledger-ui
, text-zipper >= 0.4 && < 0.5
, transformers
, vector
if !os(windows)
build-depends:
brick >= 0.2 && < 0.7
,vty >= 5.2 && < 5.8
if os(windows)
else
buildable: False
if flag(threaded)
ghc-options: -threaded