From af7a5f98e357b700fe9f4150881b87ab0518463a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 5 Mar 2022 13:24:48 -1000 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 2 +- hledger-ui/hledger-ui.cabal | 8 ++++---- hledger-web/hledger-web.cabal | 12 ++++++------ hledger/hledger.cabal | 16 ++++++++-------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 2c5d543cf..2a6d61a33 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.24.99 +version: 1.25.99 synopsis: A reusable library providing the core functionality of hledger description: A reusable library containing hledger's core functionality. This 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 d8071f29b..2859f68e4 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.24.99 +version: 1.25.99 synopsis: Curses-style terminal interface for the hledger accounting system description: A simple curses-style terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. @@ -63,7 +63,7 @@ executable hledger-ui hs-source-dirs: ./ ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: ansi-terminal >=0.9 , async @@ -77,8 +77,8 @@ executable hledger-ui , extra >=1.6.3 , filepath , fsnotify >=0.2.1.2 && <0.4 - , hledger >=1.24.99 && <1.25 - , hledger-lib >=1.24.99 && <1.25 + , hledger >=1.25.99 && <1.26 + , hledger-lib >=1.25.99 && <1.26 , megaparsec >=7.0.0 && <9.3 , microlens >=0.4 , microlens-platform >=0.2.3.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index e0b79b361..a9f2c75a3 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.24.99 +version: 1.25.99 synopsis: Web-based user interface for the hledger accounting system description: A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. @@ -151,7 +151,7 @@ library hs-source-dirs: ./ ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -171,8 +171,8 @@ library , extra >=1.6.3 , filepath , hjsmin - , hledger >=1.24.99 && <1.25 - , hledger-lib >=1.24.99 && <1.25 + , hledger >=1.25.99 && <1.26 + , hledger-lib >=1.25.99 && <1.26 , hspec , http-client , http-conduit @@ -212,7 +212,7 @@ executable hledger-web hs-source-dirs: app ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: base , hledger-web @@ -232,7 +232,7 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: base , hledger diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 4a491ba82..763a3b9e6 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.24.99 +version: 1.25.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 @@ -136,7 +136,7 @@ library other-modules: Paths_hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: Decimal >=0.5.1 , Diff @@ -153,7 +153,7 @@ library , githash >=0.1.4 , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.24.99 && <1.25 + , hledger-lib >=1.25.99 && <1.26 , lucid , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.3 @@ -187,7 +187,7 @@ executable hledger hs-source-dirs: app ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -203,7 +203,7 @@ executable hledger , githash >=0.1.4 , haskeline >=0.6 , hledger - , hledger-lib >=1.24.99 && <1.25 + , hledger-lib >=1.25.99 && <1.26 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.3 , microlens >=0.4 @@ -237,7 +237,7 @@ test-suite unittest hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.24.99" + cpp-options: -DVERSION="1.25.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -253,7 +253,7 @@ test-suite unittest , githash >=0.1.4 , haskeline >=0.6 , hledger - , hledger-lib >=1.24.99 && <1.25 + , hledger-lib >=1.25.99 && <1.26 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.3 , microlens >=0.4 @@ -301,7 +301,7 @@ benchmark bench , githash >=0.1.4 , haskeline >=0.6 , hledger - , hledger-lib >=1.24.99 && <1.25 + , hledger-lib >=1.25.99 && <1.26 , html , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.3