diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index c34cd67fa..7423e2198 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -132,7 +132,7 @@ library , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -192,7 +192,7 @@ test-suite doctest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -253,7 +253,7 @@ test-suite unittest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , blaze-html , blaze-markup >=0.5.1 , bytestring diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 4d282a24b..1e4c9c7ce 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -73,7 +73,7 @@ library build-depends: ansi-terminal >=0.9 , async - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.11 , cmdargs >=0.8 , 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 cpp-options: -DVERSION="1.51.99" build-depends: - base >=4.18 && <4.22 + base >=4.18 && <4.23 , hledger-ui default-language: GHC2021 if (flag(debug)) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index c7a94ec0a..a6ca7fb72 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -158,7 +158,7 @@ library build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , base64 , blaze-html , 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 cpp-options: -DVERSION="1.51.99" build-depends: - base >=4.18 && <4.22 + base >=4.18 && <4.23 , hledger-web default-language: GHC2021 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 cpp-options: -DVERSION="1.51.99" build-depends: - base >=4.18 && <4.22 + base >=4.18 && <4.23 , hledger-web default-language: GHC2021 if (flag(dev)) || (flag(library-only)) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 2a4f7cdc3..84fc82dd5 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -157,7 +157,7 @@ library , Diff >=0.2 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -167,7 +167,7 @@ library , filepath , githash >=0.1.6.2 , hashable >=1.2.4 - , haskeline >=0.6 + , haskeline >=0.8.4.0 , hledger-lib >=1.51.99 && <1.52 , http-client , http-types @@ -213,7 +213,7 @@ executable hledger Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -222,7 +222,7 @@ executable hledger , extra >=1.7.11 , filepath , githash >=0.1.6.2 - , haskeline >=0.6 + , haskeline >=0.8.4.0 , hledger , hledger-lib >=1.51.99 && <1.52 , http-client @@ -264,7 +264,7 @@ test-suite unittest Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -273,7 +273,7 @@ test-suite unittest , extra >=1.7.11 , filepath , githash >=0.1.6.2 - , haskeline >=0.6 + , haskeline >=0.8.4.0 , hledger , hledger-lib >=1.51.99 && <1.52 , http-client @@ -315,7 +315,7 @@ benchmark bench Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.18 && <4.22 + , base >=4.18 && <4.23 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -325,7 +325,7 @@ benchmark bench , extra >=1.7.11 , filepath , githash >=0.1.6.2 - , haskeline >=0.6 + , haskeline >=0.8.4.0 , hledger , hledger-lib >=1.51.99 && <1.52 , html