mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;cabal: update cabal files
This commit is contained in:
parent
7bba7e79af
commit
5283c280bf
@ -104,7 +104,7 @@ library
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.9
|
||||
, array
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
@ -156,7 +156,7 @@ test-suite doctest
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.9
|
||||
, array
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
@ -211,7 +211,7 @@ test-suite unittest
|
||||
, aeson-pretty
|
||||
, ansi-terminal >=0.9
|
||||
, array
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
|
@ -71,9 +71,9 @@ executable hledger-ui
|
||||
build-depends:
|
||||
ansi-terminal >=0.9
|
||||
, async
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, brick >=1.0
|
||||
, brick >=1.5
|
||||
, cmdargs >=0.8
|
||||
, containers >=0.5.9
|
||||
, data-default
|
||||
|
@ -155,7 +155,7 @@ library
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, base64
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
@ -215,7 +215,7 @@ executable hledger-web
|
||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||
cpp-options: -DVERSION="1.27.99"
|
||||
build-depends:
|
||||
base >=4.14 && <4.17
|
||||
base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, hledger-web
|
||||
default-language: Haskell2010
|
||||
@ -236,7 +236,7 @@ test-suite test
|
||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||
cpp-options: -DVERSION="1.27.99"
|
||||
build-depends:
|
||||
base >=4.14 && <4.17
|
||||
base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, hledger
|
||||
, hledger-lib
|
||||
|
@ -140,7 +140,7 @@ library
|
||||
, Diff >=0.2
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
@ -191,7 +191,7 @@ executable hledger
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
@ -242,7 +242,7 @@ test-suite unittest
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
@ -290,7 +290,7 @@ benchmark bench
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.17
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
|
Loading…
Reference in New Issue
Block a user