;cabal: update cabal files

This commit is contained in:
Simon Michael 2024-09-30 10:26:52 -10:00
parent 6225ac8a22
commit 1b60ebb61f
4 changed files with 12 additions and 12 deletions

View File

@ -123,7 +123,7 @@ library
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, base-compat , base-compat
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
@ -187,7 +187,7 @@ test-suite doctest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, base-compat , base-compat
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
@ -254,7 +254,7 @@ test-suite unittest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, base-compat , base-compat
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1

View File

@ -77,7 +77,7 @@ library
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.5 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.5
, cmdargs >=0.8 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
@ -125,7 +125,7 @@ executable hledger-ui
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.40.99" cpp-options: -DVERSION="1.40.99"
build-depends: build-depends:
base >=4.14 && <4.20 base >=4.14 && <4.21
, hledger-ui , hledger-ui
default-language: Haskell2010 default-language: Haskell2010
if (flag(ghcdebug)) if (flag(ghcdebug))

View File

@ -160,7 +160,7 @@ library
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, base64 , base64
, blaze-html , blaze-html
, blaze-markup , blaze-markup
@ -225,7 +225,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.40.99" cpp-options: -DVERSION="1.40.99"
build-depends: build-depends:
base >=4.14 && <4.20 base >=4.14 && <4.21
, hledger-web , hledger-web
default-language: Haskell2010 default-language: Haskell2010
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))
@ -249,7 +249,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.40.99" cpp-options: -DVERSION="1.40.99"
build-depends: build-depends:
base >=4.14 && <4.20 base >=4.14 && <4.21
, hledger-web , hledger-web
default-language: Haskell2010 default-language: Haskell2010
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))

View File

@ -156,7 +156,7 @@ library
, Diff >=0.2 , Diff >=0.2
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -212,7 +212,7 @@ executable hledger
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -267,7 +267,7 @@ test-suite unittest
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -319,7 +319,7 @@ benchmark bench
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9