ui: try hiding problem deps on windows as well #376
This commit is contained in:
parent
5355447e04
commit
d037989355
@ -62,7 +62,6 @@ executable hledger-ui
|
|||||||
, 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
|
||||||
@ -78,8 +77,11 @@ executable hledger-ui
|
|||||||
, text-zipper >= 0.4 && < 0.5
|
, text-zipper >= 0.4 && < 0.5
|
||||||
, transformers
|
, transformers
|
||||||
, vector
|
, vector
|
||||||
, vty >= 5.2 && < 5.8
|
if !os(windows)
|
||||||
if os(windows)
|
build-depends:
|
||||||
|
brick >= 0.2 && < 0.7
|
||||||
|
,vty >= 5.2 && < 5.8
|
||||||
|
else
|
||||||
buildable: False
|
buildable: False
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user