From ce412529988b8ef556e80ef9483471fd79352aec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 11 Sep 2023 09:56:35 +0100 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 8 ++++---- hledger-ui/hledger-ui.cabal | 10 +++++----- hledger-web/hledger-web.cabal | 14 +++++++------- hledger/hledger.cabal | 24 ++++++++++++------------ 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 689ac9708..72866a05f 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.30.99 +version: 1.31.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 @@ -124,7 +124,7 @@ library , file-embed >=0.0.10 , filepath , hashtables >=1.2.3.1 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , microlens-th >=0.4 , mtl >=2.2.1 @@ -183,7 +183,7 @@ test-suite doctest , file-embed >=0.0.10 , filepath , hashtables >=1.2.3.1 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , microlens-th >=0.4 , mtl >=2.2.1 @@ -244,7 +244,7 @@ test-suite unittest , filepath , hashtables >=1.2.3.1 , hledger-lib - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , microlens-th >=0.4 , mtl >=2.2.1 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index f750bed34..7e87adad7 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.30.99 +version: 1.31.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. @@ -68,7 +68,7 @@ executable hledger-ui 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.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: ansi-terminal >=0.9 , async @@ -82,9 +82,9 @@ executable hledger-ui , extra >=1.6.3 , filepath , fsnotify ==0.4.* - , hledger >=1.30.99 && <1.31 - , hledger-lib >=1.30.99 && <1.31 - , megaparsec >=7.0.0 && <9.5 + , hledger >=1.31.99 && <1.32 + , hledger-lib >=1.31.99 && <1.32 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , microlens-platform >=0.2.3.1 , mtl >=2.2.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index ce0452219..f74a2355f 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.30.99 +version: 1.31.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 -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -171,13 +171,13 @@ library , extra >=1.6.3 , filepath , hjsmin - , hledger >=1.30.99 && <1.31 - , hledger-lib >=1.30.99 && <1.31 + , hledger >=1.31.99 && <1.32 + , hledger-lib >=1.31.99 && <1.32 , hspec , http-client , http-conduit , http-types - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , mtl >=2.2.1 , network , shakespeare >=2.0.2.2 @@ -212,7 +212,7 @@ executable hledger-web hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: base >=4.14 && <4.19 , hledger-web @@ -232,7 +232,7 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns - cpp-options: -DVERSION="1.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: base >=4.14 && <4.19 , hledger diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 3f3201841..164df8a6a 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.30.99 +version: 1.31.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 @@ -137,7 +137,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.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: Decimal >=0.5.1 , Diff >=0.2 @@ -154,10 +154,10 @@ library , githash >=0.1.6.2 , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.30.99 && <1.31 + , hledger-lib >=1.31.99 && <1.32 , lucid , math-functions >=0.3.3.0 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , mtl >=2.2.1 , process @@ -189,7 +189,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.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -205,9 +205,9 @@ executable hledger , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.30.99 && <1.31 + , hledger-lib >=1.31.99 && <1.32 , math-functions >=0.3.3.0 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , mtl >=2.2.1 , process @@ -240,7 +240,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.30.99" + cpp-options: -DVERSION="1.31.99" build-depends: Decimal >=0.5.1 , aeson >=1 && <2.3 @@ -256,9 +256,9 @@ test-suite unittest , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.30.99 && <1.31 + , hledger-lib >=1.31.99 && <1.32 , math-functions >=0.3.3.0 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , mtl >=2.2.1 , process @@ -305,10 +305,10 @@ benchmark bench , githash >=0.1.6.2 , haskeline >=0.6 , hledger - , hledger-lib >=1.30.99 && <1.31 + , hledger-lib >=1.31.99 && <1.32 , html , math-functions >=0.3.3.0 - , megaparsec >=7.0.0 && <9.5 + , megaparsec >=7.0.0 && <9.6 , microlens >=0.4 , mtl >=2.2.1 , process