;cabal: update cabal files (#2011)
This commit is contained in:
parent
44805f96ef
commit
cb011c0c77
@ -71,7 +71,7 @@ executable hledger-ui
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, brick >=1.5
|
, brick >=1.5
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
|
|||||||
@ -155,7 +155,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, base64
|
, base64
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
@ -214,7 +214,7 @@ executable hledger-web
|
|||||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||||
cpp-options: -DVERSION="1.29.99"
|
cpp-options: -DVERSION="1.29.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.18
|
base >=4.14 && <4.19
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if (flag(dev)) || (flag(library-only))
|
if (flag(dev)) || (flag(library-only))
|
||||||
@ -234,7 +234,7 @@ test-suite test
|
|||||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||||
cpp-options: -DVERSION="1.29.99"
|
cpp-options: -DVERSION="1.29.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.18
|
base >=4.14 && <4.19
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib
|
, hledger-lib
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
|||||||
@ -137,7 +137,7 @@ library
|
|||||||
, Diff >=0.2
|
, Diff >=0.2
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -188,7 +188,7 @@ executable hledger
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -239,7 +239,7 @@ test-suite unittest
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
@ -287,7 +287,7 @@ benchmark bench
|
|||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.18
|
, base >=4.14 && <4.19
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user