From 8be3e85676134f21dbd5c45a0c9ea96477de412a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Sep 2025 20:22:40 +0100 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 4 ++-- hledger-ui/hledger-ui.cabal | 12 ++++++------ hledger-web/hledger-web.cabal | 14 +++++++------- hledger/hledger.cabal | 18 +++++++++--------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 77a4dcdd9..13b2a6ac3 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.1. +-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: hledger-lib -version: 1.43.99 +version: 1.50.99 synopsis: A library providing the core functionality of hledger description: This library contains hledger's core functionality. It is used by most hledger* packages so that they support the same diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 0cd2572ee..e57451da3 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.1. +-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: hledger-ui -version: 1.43.99 +version: 1.50.99 synopsis: Terminal interface for the hledger accounting system description: A simple terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. @@ -74,7 +74,7 @@ library hs-source-dirs: ./ ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind - cpp-options: -DVERSION="1.43.99" -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" -DVERSION="1.50.99" build-depends: ansi-terminal >=0.9 , async @@ -89,8 +89,8 @@ library , filepath , fsnotify >=0.4.2.0 && <0.5 , githash >=0.1.6.2 - , hledger >=1.43.99 && <1.44 - , hledger-lib >=1.43.99 && <1.44 + , hledger >=1.50.99 && <1.51 + , hledger-lib >=1.50.99 && <1.51 , megaparsec >=7.0.0 && <9.8 , microlens >=0.4 , microlens-platform >=0.2.3.1 @@ -124,7 +124,7 @@ executable hledger-ui hs-source-dirs: app 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" + cpp-options: -DVERSION="1.50.99" build-depends: base >=4.18 && <4.22 , hledger-ui diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index c68b5d591..0907d49d6 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.1. +-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: hledger-web -version: 1.43.99 +version: 1.50.99 synopsis: Web user interface for the hledger accounting system description: A simple web user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. @@ -159,7 +159,7 @@ library hs-source-dirs: ./ ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -181,8 +181,8 @@ library , filepath , githash >=0.1.6.2 , hjsmin - , hledger >=1.43.99 && <1.44 - , hledger-lib >=1.43.99 && <1.44 + , hledger >=1.50.99 && <1.51 + , hledger-lib >=1.50.99 && <1.51 , hspec , http-client , http-conduit @@ -229,7 +229,7 @@ executable hledger-web hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: base >=4.18 && <4.22 , hledger-web @@ -251,7 +251,7 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: base >=4.18 && <4.22 , hledger-web diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index f941460e7..46a4ac227 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.1. +-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: hledger -version: 1.43.99 +version: 1.50.99 synopsis: Command-line interface for the hledger accounting system description: The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing @@ -154,7 +154,7 @@ library autogen-modules: Paths_hledger ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: Decimal >=0.5.1 , Diff >=0.2 @@ -171,7 +171,7 @@ library , githash >=0.1.6.2 , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.43.99 && <1.44 + , hledger-lib >=1.50.99 && <1.51 , http-client , http-types , lucid @@ -211,7 +211,7 @@ executable hledger hs-source-dirs: app ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path -with-rtsopts=-T - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -227,7 +227,7 @@ executable hledger , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.43.99 && <1.44 + , hledger-lib >=1.50.99 && <1.51 , http-client , http-types , math-functions >=0.3.3.0 @@ -264,7 +264,7 @@ test-suite unittest hs-source-dirs: test ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.43.99" + cpp-options: -DVERSION="1.50.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -280,7 +280,7 @@ test-suite unittest , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.43.99 && <1.44 + , hledger-lib >=1.50.99 && <1.51 , http-client , http-types , math-functions >=0.3.3.0 @@ -331,7 +331,7 @@ benchmark bench , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.43.99 && <1.44 + , hledger-lib >=1.50.99 && <1.51 , html , http-client , http-types