cli: bump version to 1.13.2

[ci skip]
This commit is contained in:
Simon Michael 2019-02-04 08:36:36 -08:00
parent 6de8e7d516
commit 6dab730900
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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