From dc84d54ae19515b7ae710d1bc8a513b62a7374e4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Sep 2025 20:07:41 +0100 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 10 +++++----- hledger-ui/hledger-ui.cabal | 8 ++++---- hledger-web/hledger-web.cabal | 10 +++++----- hledger/hledger.cabal | 12 ++++++------ 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index c3bf27760..77a4dcdd9 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.0. +-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack @@ -34,7 +34,7 @@ license: GPL-3.0-or-later license-file: LICENSE build-type: Simple tested-with: - ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1 + ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2 extra-source-files: CHANGES.md README.md @@ -130,7 +130,7 @@ library , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -189,7 +189,7 @@ test-suite doctest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , blaze-html , blaze-markup >=0.5.1 , bytestring @@ -251,7 +251,7 @@ test-suite unittest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.14 && <4.22 + , base >=4.18 && <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 b0024b412..0cd2572ee 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.0. +-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack @@ -26,7 +26,7 @@ license: GPL-3.0-or-later license-file: LICENSE build-type: Simple tested-with: - ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1 + ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2 extra-source-files: CHANGES.md README.md @@ -78,7 +78,7 @@ library build-depends: ansi-terminal >=0.9 , async - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10 , cmdargs >=0.8 , containers >=0.5.9 @@ -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.43.99" build-depends: - base >=4.14 && <4.22 + base >=4.18 && <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 3a70bd314..c68b5d591 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.0. +-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack @@ -28,7 +28,7 @@ license: GPL-3.0-or-later license-file: LICENSE build-type: Simple tested-with: - ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1 + ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2 extra-source-files: CHANGES.md README.md @@ -163,7 +163,7 @@ library build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , base64 , blaze-html , blaze-markup @@ -231,7 +231,7 @@ executable hledger-web ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T cpp-options: -DVERSION="1.43.99" build-depends: - base >=4.14 && <4.22 + base >=4.18 && <4.22 , hledger-web default-language: Haskell2010 if flag(threaded) @@ -253,7 +253,7 @@ test-suite test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.43.99" build-depends: - base >=4.14 && <4.22 + base >=4.18 && <4.22 , hledger-web default-language: Haskell2010 if flag(threaded) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 24d6fde62..f941460e7 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.0. +-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack @@ -27,7 +27,7 @@ license: GPL-3.0-or-later license-file: LICENSE build-type: Simple tested-with: - ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.1 + ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2 extra-source-files: CHANGES.md README.md @@ -160,7 +160,7 @@ library , Diff >=0.2 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -216,7 +216,7 @@ executable hledger Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -269,7 +269,7 @@ test-suite unittest Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -319,7 +319,7 @@ benchmark bench Decimal >=0.5.1 , aeson >=1 && <2.3 , ansi-terminal >=0.9 - , base >=4.14 && <4.22 + , base >=4.18 && <4.22 , bytestring , cmdargs >=0.10 , containers >=0.5.9