mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
no really, need to omit the vty dependency on windows
This commit is contained in:
parent
d5b4797703
commit
96f1b7d6a7
@ -20,6 +20,11 @@ Cabal-Version: >= 1.2
|
|||||||
|
|
||||||
Executable hledger
|
Executable hledger
|
||||||
Main-Is: hledger.hs
|
Main-Is: hledger.hs
|
||||||
|
|
||||||
|
if !os(windows)
|
||||||
|
Build-Depends:vty>=3.1.8.2
|
||||||
|
Other-Modules:UICommand
|
||||||
|
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
base,
|
base,
|
||||||
containers,
|
containers,
|
||||||
@ -32,8 +37,7 @@ Executable hledger
|
|||||||
time,
|
time,
|
||||||
HUnit,
|
HUnit,
|
||||||
mtl,
|
mtl,
|
||||||
bytestring,
|
bytestring
|
||||||
vty>=3.1.8.2
|
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
BalanceCommand
|
BalanceCommand
|
||||||
Options
|
Options
|
||||||
@ -41,7 +45,6 @@ Executable hledger
|
|||||||
RegisterCommand
|
RegisterCommand
|
||||||
Setup
|
Setup
|
||||||
Tests
|
Tests
|
||||||
UICommand
|
|
||||||
Utils
|
Utils
|
||||||
Ledger
|
Ledger
|
||||||
Ledger.Account
|
Ledger.Account
|
||||||
|
Loading…
Reference in New Issue
Block a user