;cabal: update cabal files

This commit is contained in:
Simon Michael 2024-01-04 08:25:13 -10:00
parent 2a99b3d456
commit a0922a3866
4 changed files with 13 additions and 13 deletions

View File

@ -113,7 +113,7 @@ library
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring
@ -171,7 +171,7 @@ test-suite doctest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring
@ -232,7 +232,7 @@ test-suite unittest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring

View File

@ -72,8 +72,8 @@ library
build-depends:
ansi-terminal >=0.9
, async
, base >=4.14 && <4.19
, brick >=2.1.1 && <2.3
, base >=4.14 && <4.20
, brick >=2.1.1 && <2.4
, cmdargs >=0.8
, containers >=0.5.9
, data-default
@ -115,7 +115,7 @@ executable hledger-ui
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-ui
default-language: Haskell2010
if flag(threaded)

View File

@ -155,7 +155,7 @@ library
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, 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.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))
@ -235,7 +235,7 @@ test-suite test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))

View File

@ -142,7 +142,7 @@ library
, Diff >=0.2
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -193,7 +193,7 @@ executable hledger
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -244,7 +244,7 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
@ -292,7 +292,7 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9