diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 840643d0c..03d5aeded 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: 25ebf00dbf3312c8ce9cef75a4e0dbc04608eca66a179fb6fdc92d9d5e1c3b54 +-- hash: 37a0c290958e641dd8779201025f1614b90535b0922970496375bb95d60024bf name: hledger-lib -version: 1.13 +version: 1.13.1 synopsis: Core data types, parsers and functionality for the hledger accounting tools description: This is a reusable library containing hledger's core functionality. . diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 6f663f22a..6fee0a82f 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -1,5 +1,5 @@ name: hledger-lib -version: '1.13' +version: '1.13.1' synopsis: Core data types, parsers and functionality for the hledger accounting tools description: | This is a reusable library containing hledger's core functionality. diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 038df351a..f9d4878d2 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 23ad53c1065d2d491ad11197683363d92136d6117de4ea6cc258865b82b5fc52 +-- hash: a3b985db2886f124f83c06d2753ba621ed2598501eb0371a4cf46c84f0d553e2 name: hledger -version: 1.13 +version: 1.13.1 synopsis: Command-line interface for the hledger accounting tool description: This is hledger's command-line interface. 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.13" + cpp-options: -DVERSION="1.13.1" build-depends: Decimal , Diff @@ -152,7 +152,7 @@ library , filepath , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.13 && <1.14 + , hledger-lib >=1.13.1 && <1.14 , lucid , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 @@ -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.13" + cpp-options: -DVERSION="1.13.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 @@ -202,7 +202,7 @@ executable hledger , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.13 && <1.14 + , hledger-lib >=1.13.1 && <1.14 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl @@ -239,7 +239,7 @@ test-suite test 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.13" + cpp-options: -DVERSION="1.13.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 @@ -254,7 +254,7 @@ test-suite test , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.13 && <1.14 + , hledger-lib >=1.13.1 && <1.14 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl @@ -306,7 +306,7 @@ benchmark bench , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.13 && <1.14 + , hledger-lib >=1.13.1 && <1.14 , html , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 diff --git a/hledger/package.yaml b/hledger/package.yaml index 2794b5d41..d56235cdf 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -1,5 +1,5 @@ name: hledger -version: '1.13' +version: '1.13.1' synopsis: Command-line interface for the hledger accounting tool description: | This is hledger's command-line interface. @@ -103,7 +103,7 @@ ghc-options: - -optP-Wno-nonportable-include-path dependencies: -- hledger-lib >=1.13 && <1.14 +- hledger-lib >=1.13.1 && <1.14 - ansi-terminal >=0.6.2.3 - base >=4.8 && <4.13 - base-compat-batteries >=0.10.1 && <0.11 @@ -144,7 +144,7 @@ when: - terminfo library: - cpp-options: -DVERSION="1.13" + cpp-options: -DVERSION="1.13.1" exposed-modules: - Hledger.Cli - Hledger.Cli.Main @@ -186,7 +186,7 @@ executables: hledger: source-dirs: app main: hledger-cli.hs - cpp-options: -DVERSION="1.13" + cpp-options: -DVERSION="1.13.1" when: - condition: flag(threaded) ghc-options: -threaded @@ -197,7 +197,7 @@ tests: test: source-dirs: test main: test.hs - cpp-options: -DVERSION="1.13" + cpp-options: -DVERSION="1.13.1" dependencies: - hledger - test-framework