From 9b6d3da67780f417a33249d37c185b7b1a3d5fa0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 9 Apr 2025 10:58:54 -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 853191549..7b6a5c8b1 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -128,7 +128,7 @@ library , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -186,7 +186,7 @@ test-suite doctest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -247,7 +247,7 @@ test-suite unittest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , blaze-html , blaze-markup >=0.5.1 , bytestring diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 2ab37b5bd..77b2df0e3 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -78,7 +78,7 @@ library build-depends: ansi-terminal >=0.9 , async - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.9 , cmdargs >=0.8 , containers >=0.5.9 @@ -87,7 +87,7 @@ library , doclayout >=0.3 && <0.6 , extra >=1.7.11 , filepath - , fsnotify ==0.4.* + , fsnotify >=0.4.2.0 && <0.5 , githash >=0.1.6.2 , hledger >=1.42.99 && <1.43 , hledger-lib >=1.42.99 && <1.43 @@ -126,7 +126,7 @@ executable hledger-ui ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T cpp-options: -DVERSION="1.42.99" build-depends: - base >=4.14 && <4.21 + base >=4.14 && <4.22 , hledger-ui default-language: Haskell2010 if (flag(debug)) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 17ed9aff1..58dffe12a 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -162,7 +162,7 @@ library build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , base64 , blaze-html , blaze-markup @@ -229,7 +229,7 @@ executable hledger-web ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T cpp-options: -DVERSION="1.42.99" build-depends: - base >=4.14 && <4.21 + base >=4.14 && <4.22 , hledger-web default-language: Haskell2010 if flag(threaded) @@ -251,7 +251,7 @@ test-suite test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.42.99" build-depends: - base >=4.14 && <4.21 + base >=4.14 && <4.22 , hledger-web default-language: Haskell2010 if flag(threaded) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 555ebddf8..50c9003d0 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -158,7 +158,7 @@ library , Diff >=0.2 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -211,7 +211,7 @@ executable hledger Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -261,7 +261,7 @@ test-suite unittest Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -308,7 +308,7 @@ benchmark bench Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.21 + , base >=4.14 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9