From cb011c0c77ddc39e5e1e435911b6165abeaed818 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 15 Mar 2023 20:43:03 -1000 Subject: [PATCH] ;cabal: update cabal files (#2011) --- hledger-ui/hledger-ui.cabal | 2 +- hledger-web/hledger-web.cabal | 6 +++--- hledger/hledger.cabal | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 95e19f883..cbd4c11ea 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -71,7 +71,7 @@ executable hledger-ui build-depends: ansi-terminal >=0.9 , async - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , brick >=1.5 , cmdargs >=0.8 , containers >=0.5.9 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 052c16080..db7f9b278 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 - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , base64 , blaze-html , blaze-markup @@ -214,7 +214,7 @@ executable hledger-web ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.29.99" build-depends: - base >=4.14 && <4.18 + base >=4.14 && <4.19 , hledger-web default-language: Haskell2010 if (flag(dev)) || (flag(library-only)) @@ -234,7 +234,7 @@ test-suite test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.29.99" build-depends: - base >=4.14 && <4.18 + base >=4.14 && <4.19 , hledger , hledger-lib , hledger-web diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 457974958..a2fc98202 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -137,7 +137,7 @@ library , Diff >=0.2 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -188,7 +188,7 @@ executable hledger Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -239,7 +239,7 @@ test-suite unittest Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -287,7 +287,7 @@ benchmark bench Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.14 && <4.18 + , base >=4.14 && <4.19 , bytestring , cmdargs >=0.10 , containers >=0.5.9