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

View File

@ -72,8 +72,8 @@ library
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.14 && <4.19 , base >=4.14 && <4.20
, brick >=2.1.1 && <2.3 , brick >=2.1.1 && <2.4
, cmdargs >=0.8 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
, data-default , 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 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" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.20
, hledger-ui , hledger-ui
default-language: Haskell2010 default-language: Haskell2010
if flag(threaded) if flag(threaded)

View File

@ -155,7 +155,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.19 , base >=4.14 && <4.20
, 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.32.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.20
, hledger-web , hledger-web
default-language: Haskell2010 default-language: Haskell2010
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))
@ -235,7 +235,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.32.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.20
, hledger-web , hledger-web
default-language: Haskell2010 default-language: Haskell2010
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))

View File

@ -142,7 +142,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.19 , base >=4.14 && <4.20
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -193,7 +193,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.19 , base >=4.14 && <4.20
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -244,7 +244,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.19 , base >=4.14 && <4.20
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -292,7 +292,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.19 , base >=4.14 && <4.20
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9