From a0922a3866d0c95c17fd9e277aaf6e30b98a42b1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 4 Jan 2024 08:25:13 -1000 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 6 +++--- hledger-ui/hledger-ui.cabal | 6 +++--- hledger-web/hledger-web.cabal | 6 +++--- hledger/hledger.cabal | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 01605dff7..b0d589950 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -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 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 106d91e37..107eb4773 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -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) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index a5d9c0564..0a7db4add 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -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)) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index f82189921..25f845a51 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -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