From d18c00e1ecf5d4f926dc79d681d32632698444c0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Jun 2024 13:30:21 -1000 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 2 +- hledger-ui/hledger-ui.cabal | 10 +++++----- hledger-web/hledger-web.cabal | 12 ++++++------ hledger/hledger.cabal | 16 ++++++++-------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index ba16789eb..f524c350e 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: hledger-lib -version: 1.33.99 +version: 1.34.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 bb3cc23e1..b9de96307 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: hledger-ui -version: 1.33.99 +version: 1.34.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. @@ -73,7 +73,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.33.99" -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" -DVERSION="1.34.99" build-depends: ansi-terminal >=0.9 , async @@ -88,8 +88,8 @@ library , filepath , fsnotify ==0.4.* , githash >=0.1.6.2 - , hledger >=1.33.99 && <1.34 - , hledger-lib >=1.33.99 && <1.34 + , hledger >=1.34.99 && <1.35 + , hledger-lib >=1.34.99 && <1.35 , megaparsec >=7.0.0 && <9.7 , microlens >=0.4 , microlens-platform >=0.2.3.1 @@ -123,7 +123,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 - cpp-options: -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: base >=4.14 && <4.20 , hledger-ui diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 9b47ac3c8..37104bc76 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: hledger-web -version: 1.33.99 +version: 1.34.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. @@ -156,7 +156,7 @@ library hs-source-dirs: ./ ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -177,8 +177,8 @@ library , filepath , githash >=0.1.6.2 , hjsmin - , hledger >=1.33.99 && <1.34 - , hledger-lib >=1.33.99 && <1.34 + , hledger >=1.34.99 && <1.35 + , hledger-lib >=1.34.99 && <1.35 , hspec , http-client , http-conduit @@ -223,7 +223,7 @@ executable hledger-web hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: base >=4.14 && <4.20 , hledger-web @@ -247,7 +247,7 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: base >=4.14 && <4.20 , hledger-web diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 2809609d0..7c3635cdf 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: hledger -version: 1.33.99 +version: 1.34.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 @@ -149,7 +149,7 @@ library other-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.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: Decimal >=0.5.1 , Diff >=0.2 @@ -166,7 +166,7 @@ library , githash >=0.1.6.2 , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.33.99 && <1.34 + , hledger-lib >=1.34.99 && <1.35 , lucid , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.7 @@ -205,7 +205,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 - cpp-options: -DVERSION="1.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -221,7 +221,7 @@ executable hledger , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.33.99 && <1.34 + , hledger-lib >=1.34.99 && <1.35 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.7 , microlens >=0.4 @@ -260,7 +260,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.33.99" + cpp-options: -DVERSION="1.34.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -276,7 +276,7 @@ test-suite unittest , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.33.99 && <1.34 + , hledger-lib >=1.34.99 && <1.35 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.7 , microlens >=0.4 @@ -329,7 +329,7 @@ benchmark bench , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.33.99 && <1.34 + , hledger-lib >=1.34.99 && <1.35 , html , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.7