cabal: update cabal files

This commit is contained in:
Simon Michael 2025-12-26 17:10:38 -10:00
parent 1a0a81d9e7
commit 2fb09f0d1e
4 changed files with 16 additions and 16 deletions

View File

@ -132,7 +132,7 @@ library
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.18 && <4.22 , base >=4.18 && <4.23
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring
@ -192,7 +192,7 @@ test-suite doctest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.18 && <4.22 , base >=4.18 && <4.23
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring
@ -253,7 +253,7 @@ test-suite unittest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.18 && <4.22 , base >=4.18 && <4.23
, blaze-html , blaze-html
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring

View File

@ -73,7 +73,7 @@ library
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.18 && <4.22 , base >=4.18 && <4.23
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.11 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.11
, cmdargs >=0.8 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
@ -122,7 +122,7 @@ executable hledger-ui
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.51.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.23
, hledger-ui , hledger-ui
default-language: GHC2021 default-language: GHC2021
if (flag(debug)) if (flag(debug))

View File

@ -158,7 +158,7 @@ library
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
, base >=4.18 && <4.22 , base >=4.18 && <4.23
, base64 , base64
, blaze-html , blaze-html
, blaze-markup , blaze-markup
@ -224,7 +224,7 @@ executable hledger-web
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.51.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.23
, hledger-web , hledger-web
default-language: GHC2021 default-language: GHC2021
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))
@ -244,7 +244,7 @@ test-suite apptest
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.51.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.23
, hledger-web , hledger-web
default-language: GHC2021 default-language: GHC2021
if (flag(dev)) || (flag(library-only)) if (flag(dev)) || (flag(library-only))

View File

@ -157,7 +157,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.18 && <4.22 , base >=4.18 && <4.23
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -167,7 +167,7 @@ library
, filepath , filepath
, githash >=0.1.6.2 , githash >=0.1.6.2
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.8.4.0
, hledger-lib >=1.51.99 && <1.52 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
, http-types , http-types
@ -213,7 +213,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.18 && <4.22 , base >=4.18 && <4.23
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -222,7 +222,7 @@ executable hledger
, extra >=1.7.11 , extra >=1.7.11
, filepath , filepath
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.8.4.0
, hledger , hledger
, hledger-lib >=1.51.99 && <1.52 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
@ -264,7 +264,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.18 && <4.22 , base >=4.18 && <4.23
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -273,7 +273,7 @@ test-suite unittest
, extra >=1.7.11 , extra >=1.7.11
, filepath , filepath
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.8.4.0
, hledger , hledger
, hledger-lib >=1.51.99 && <1.52 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
@ -315,7 +315,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.18 && <4.22 , base >=4.18 && <4.23
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
, containers >=0.5.9 , containers >=0.5.9
@ -325,7 +325,7 @@ benchmark bench
, extra >=1.7.11 , extra >=1.7.11
, filepath , filepath
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.8.4.0
, hledger , hledger
, hledger-lib >=1.51.99 && <1.52 , hledger-lib >=1.51.99 && <1.52
, html , html