;cabal: update cabal files (#2011)

This commit is contained in:
Simon Michael 2023-03-15 20:43:03 -10:00
parent 44805f96ef
commit cb011c0c77
3 changed files with 8 additions and 8 deletions

View File

@ -71,7 +71,7 @@ executable hledger-ui
build-depends:
ansi-terminal >=0.9
, async
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, brick >=1.5
, cmdargs >=0.8
, containers >=0.5.9

View File

@ -155,7 +155,7 @@ library
build-depends:
Decimal >=0.5.1
, aeson >=1
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, base64
, blaze-html
, blaze-markup
@ -214,7 +214,7 @@ executable hledger-web
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
build-depends:
base >=4.14 && <4.18
base >=4.14 && <4.19
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))
@ -234,7 +234,7 @@ test-suite test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
build-depends:
base >=4.14 && <4.18
base >=4.14 && <4.19
, hledger
, hledger-lib
, hledger-web

View File

@ -137,7 +137,7 @@ library
, Diff >=0.2
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -188,7 +188,7 @@ executable hledger
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -239,7 +239,7 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -287,7 +287,7 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9