;cabal: update cabal files
This commit is contained in:
parent
7bba7e79af
commit
5283c280bf
@ -104,7 +104,7 @@ library
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.17
|
, base >=4.14 && <4.18
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -156,7 +156,7 @@ test-suite doctest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.17
|
, base >=4.14 && <4.18
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -211,7 +211,7 @@ test-suite unittest
|
|||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.14 && <4.17
|
, base >=4.14 && <4.18
|
||||||
, blaze-markup >=0.5.1
|
, blaze-markup >=0.5.1
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
|
|||||||
@ -71,9 +71,9 @@ executable hledger-ui
|
|||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.9
|
ansi-terminal >=0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.14 && <4.17
|
, base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, brick >=1.0
|
, brick >=1.5
|
||||||
, cmdargs >=0.8
|
, cmdargs >=0.8
|
||||||
, containers >=0.5.9
|
, containers >=0.5.9
|
||||||
, data-default
|
, data-default
|
||||||
|
|||||||
@ -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.17
|
, base >=4.14 && <4.18
|
||||||
, base64
|
, base64
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
@ -215,7 +215,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.27.99"
|
cpp-options: -DVERSION="1.27.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.17
|
base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, hledger-web
|
, hledger-web
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
@ -236,7 +236,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.27.99"
|
cpp-options: -DVERSION="1.27.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.14 && <4.17
|
base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib
|
, hledger-lib
|
||||||
|
|||||||
@ -140,7 +140,7 @@ library
|
|||||||
, Diff >=0.2
|
, Diff >=0.2
|
||||||
, aeson >=1
|
, aeson >=1
|
||||||
, ansi-terminal >=0.9
|
, ansi-terminal >=0.9
|
||||||
, base >=4.14 && <4.17
|
, base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -191,7 +191,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.17
|
, base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -242,7 +242,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.17
|
, base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
@ -290,7 +290,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.17
|
, base >=4.14 && <4.18
|
||||||
, breakpoint
|
, breakpoint
|
||||||
, bytestring
|
, bytestring
|
||||||
, cmdargs >=0.10
|
, cmdargs >=0.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user