diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index f9d4878d2..118751e99 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: a3b985db2886f124f83c06d2753ba621ed2598501eb0371a4cf46c84f0d553e2 +-- hash: 52b4fcd3436c3de6dd5b2e31fb2fac6b747cfb66b069bb84b318ce086ff7cdf5 name: hledger -version: 1.13.1 +version: 1.13.2 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.1" + cpp-options: -DVERSION="1.13.2" build-depends: Decimal , Diff @@ -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.1" + cpp-options: -DVERSION="1.13.2" build-depends: Decimal , ansi-terminal >=0.6.2.3 @@ -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.1" + cpp-options: -DVERSION="1.13.2" build-depends: Decimal , ansi-terminal >=0.6.2.3 diff --git a/hledger/package.yaml b/hledger/package.yaml index d56235cdf..0f4744297 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -1,5 +1,5 @@ name: hledger -version: '1.13.1' +version: '1.13.2' synopsis: Command-line interface for the hledger accounting tool description: | This is hledger's command-line interface. @@ -144,7 +144,7 @@ when: - terminfo library: - cpp-options: -DVERSION="1.13.1" + cpp-options: -DVERSION="1.13.2" 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.1" + cpp-options: -DVERSION="1.13.2" when: - condition: flag(threaded) ghc-options: -threaded @@ -197,7 +197,7 @@ tests: test: source-dirs: test main: test.hs - cpp-options: -DVERSION="1.13.1" + cpp-options: -DVERSION="1.13.2" dependencies: - hledger - test-framework