diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 26591681e..3511da9d5 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: d8c943c6b632e6b0cf34a564809ef96869541c54de93613e7103ec87fadb4e33 +-- hash: 42749d894e2f7af7e488327c423c38e05a9b0f376d074dc3d93434f421765216 name: hledger-lib -version: 1.17.99 +version: 1.18 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 2fb487225..8f4e0b966 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 76dd8202347b0b6bd281e63b12c23f9d78f883f5df667d0a7eb10358e48488cf +-- hash: d215f0a5e69125e998f6d1f29181699edb489ee0e248a82110b6877437a0d4d6 name: hledger-ui -version: 1.17.99 +version: 1.18 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. @@ -64,7 +64,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.17.99" + cpp-options: -DVERSION="1.18" build-depends: ansi-terminal >=0.6.2.3 , async @@ -77,8 +77,8 @@ executable hledger-ui , extra >=1.6.3 , filepath , fsnotify >=0.2.1.2 && <0.4 - , hledger >=1.17.99 && <1.18 - , hledger-lib >=1.17.99 && <1.18 + , hledger >=1.18 && <1.19 + , hledger-lib >=1.18 && <1.19 , megaparsec >=7.0.0 && <8.1 , microlens >=0.4 , microlens-platform >=0.2.3.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 36a5dd173..57e0c4eea 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: ee831e04f5916ac4c5eda1a96484a1dee5d9a8e508df36838c0c7df5fd7dcdf1 +-- hash: d4ebdbc2246d0bc44f0f879d25c5de88b18e2f2fd7e22100ffa409e5272acea1 name: hledger-web -version: 1.17.99 +version: 1.18 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.17.99" + cpp-options: -DVERSION="1.18" build-depends: Decimal >=0.5.1 , aeson @@ -170,8 +170,8 @@ library , extra >=1.6.3 , filepath , hjsmin - , hledger >=1.17.99 && <1.18 - , hledger-lib >=1.17.99 && <1.18 + , hledger >=1.18 && <1.19 + , hledger-lib >=1.18 && <1.19 , http-client , http-conduit , http-types @@ -210,7 +210,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.17.99" + cpp-options: -DVERSION="1.18" build-depends: base , hledger-web diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 98aa933d8..d6593ed21 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 0ec2a88547ffda01cea5bd83d47ce4a94f896591c3e932e81e5ee7e1355af1fa +-- hash: 6ebe5126506e7556e3115ae6d6d81456776723361965fffba7227345c0596eac name: hledger -version: 1.17.99 +version: 1.18 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 @@ -144,7 +144,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.17.99" + cpp-options: -DVERSION="1.18" build-depends: Decimal >=0.5.1 , Diff @@ -161,7 +161,7 @@ library , filepath , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.17.99 && <1.18 + , hledger-lib >=1.18 && <1.19 , lucid , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <8.1 @@ -197,7 +197,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.17.99" + cpp-options: -DVERSION="1.18" build-depends: Decimal >=0.5.1 , aeson @@ -213,7 +213,7 @@ executable hledger , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.17.99 && <1.18 + , hledger-lib >=1.18 && <1.19 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <8.1 , mtl >=2.2.1 @@ -249,7 +249,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.17.99" + cpp-options: -DVERSION="1.18" build-depends: Decimal >=0.5.1 , aeson @@ -265,7 +265,7 @@ test-suite unittest , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.17.99 && <1.18 + , hledger-lib >=1.18 && <1.19 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <8.1 , mtl >=2.2.1 @@ -315,7 +315,7 @@ benchmark bench , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.17.99 && <1.18 + , hledger-lib >=1.18 && <1.19 , html , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <8.1