diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index d82e4c7ff..e1c86e3c3 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: e7c0a6dd7378e0cca56c467d680045884bad0673d1c9e749b2d06484b2a8dd08 +-- hash: 2252448c445cee50d317dbf5a0994b97988f6fa1c0c4cf68bd08e0f5068198b0 name: hledger-api version: 1.14 @@ -56,7 +56,7 @@ executable hledger-api , data-default >=0.5 , docopt , either - , hledger >=1.14 && <1.15 + , hledger >=1.14.1 && <1.15 , hledger-lib >=1.14 && <1.15 , microlens >=0.4 , microlens-platform >=0.2.3.1 diff --git a/hledger-api/package.yaml b/hledger-api/package.yaml index 2b953d6c1..af4e3e81f 100644 --- a/hledger-api/package.yaml +++ b/hledger-api/package.yaml @@ -33,7 +33,7 @@ extra-source-files: dependencies: - hledger-lib >=1.14 && <1.15 -- hledger >=1.14 && <1.15 +- hledger >=1.14.1 && <1.15 - base >=4.8 && <4.13 - aeson - bytestring diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 6492c61fb..bdcc3d670 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 32ad755bb064842ea131b724ee18e8a276c62b2fec58ccff27540efac91cb374 +-- hash: f92a5085f7e5f2107744de0025bda50e0037d281248748b9bfc797ce6b2f2d69 name: hledger-ui version: 1.14 @@ -76,7 +76,7 @@ executable hledger-ui , directory , filepath , fsnotify >=0.2.1.2 && <0.4 - , hledger >=1.14 && <1.15 + , hledger >=1.14.1 && <1.15 , hledger-lib >=1.14 && <1.15 , megaparsec >=7.0.0 && <8 , microlens >=0.4 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index a3a9cc1a2..59be0a384 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -40,8 +40,8 @@ flags: cpp-options: -DVERSION="1.14" dependencies: -- hledger >=1.14 && <1.15 - hledger-lib >=1.14 && <1.15 +- hledger >=1.14.1 && <1.15 - ansi-terminal >=0.6.2.3 - async - base >=4.8 && <4.13 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 5a2381281..3c8a6fde8 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: da546060d989bf42b59988f7db214e93c1ac3e3d166272cbcdbf1c8cbd283187 +-- hash: a69b726536242bd32402b7c1e1639a19509e1eb263f04ec8dd61bbed7ceb2e72 name: hledger-web version: 1.14 @@ -169,7 +169,7 @@ library , directory , filepath , hjsmin - , hledger >=1.14 && <1.15 + , hledger >=1.14.1 && <1.15 , hledger-lib >=1.14 && <1.15 , http-client , http-conduit diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index 869094ebe..8b2748233 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -100,7 +100,7 @@ library: - Hledger.Web.Widget.Common dependencies: - hledger-lib >=1.14 && <1.15 - - hledger >=1.14 && <1.15 + - hledger >=1.14.1 && <1.15 - aeson - base >=4.8 && <4.13 - blaze-html diff --git a/hledger/.version b/hledger/.version index ba885f1bb..30f101cbe 100644 --- a/hledger/.version +++ b/hledger/.version @@ -1 +1 @@ -1.14 \ No newline at end of file +1.14.1 \ No newline at end of file diff --git a/hledger/defs.m4 b/hledger/defs.m4 index cf82d8d7c..eb07f15ab 100644 --- a/hledger/defs.m4 +++ b/hledger/defs.m4 @@ -1,7 +1,7 @@ m4_dnl m4 macro definitions used in this package's docs. m4_dnl m4_dnl Program version. Updated by make setversion. -m4_define({{_version_}}, {{1.14}})m4_dnl +m4_define({{_version_}}, {{1.14.1}})m4_dnl m4_dnl m4_dnl Date to show in man pages. Updated by make setdate. m4_define({{_monthyear_}}, {{March 2019}})m4_dnl diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 3ec9b3376..635dc40e7 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 08b3d1829fb8e9cea4ceae542a6cc30b671fc6cd815bb3811ff9b1dfef0b310f +-- hash: 0682613dd00c2d6d52d5a9079bb63755cc25a0a09be9c996f55a0c0ad60fbafa name: hledger -version: 1.14 +version: 1.14.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 @@ -138,7 +138,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.14" + cpp-options: -DVERSION="1.14.1" build-depends: Decimal , Diff @@ -189,7 +189,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.14" + cpp-options: -DVERSION="1.14.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 @@ -241,7 +241,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.14" + cpp-options: -DVERSION="1.14.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 diff --git a/hledger/package.yaml b/hledger/package.yaml index 9e754f523..e657820a8 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -1,5 +1,5 @@ name: hledger -version: 1.14 +version: 1.14.1 synopsis: Command-line interface for the hledger accounting tool description: | This is hledger's command-line interface. @@ -145,7 +145,7 @@ when: - terminfo library: - cpp-options: -DVERSION="1.14" + cpp-options: -DVERSION="1.14.1" exposed-modules: - Hledger.Cli - Hledger.Cli.Main @@ -188,7 +188,7 @@ executables: hledger: source-dirs: app main: hledger-cli.hs - cpp-options: -DVERSION="1.14" + cpp-options: -DVERSION="1.14.1" when: - condition: flag(threaded) ghc-options: -threaded @@ -199,7 +199,7 @@ tests: test: source-dirs: test main: test.hs - cpp-options: -DVERSION="1.14" + cpp-options: -DVERSION="1.14.1" dependencies: - hledger - test-framework