From 14c8e4d8f76d30958e7196ed83d3c16e56c4c13b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Dec 2016 20:32:25 -0800 Subject: [PATCH] bump version to 1.1 --- doc/lib.m4 | 5 +++-- hledger-api/hledger-api.cabal | 10 +++++----- hledger-api/hledger-api.hs | 4 ++-- hledger-api/package.yaml | 8 ++++---- hledger-lib/hledger-lib.cabal | 4 ++-- hledger-lib/package.yaml | 2 +- hledger-ui/hledger-ui.cabal | 10 +++++----- hledger-ui/package.yaml | 8 ++++---- hledger-web/hledger-web.cabal | 26 +++++++++++++------------- hledger-web/package.yaml | 16 ++++++++-------- hledger/hledger.cabal | 24 ++++++++++++------------ hledger/package.yaml | 22 +++++++++++----------- 12 files changed, 70 insertions(+), 69 deletions(-) diff --git a/doc/lib.m4 b/doc/lib.m4 index 2f5a56cbe..58daeac64 100644 --- a/doc/lib.m4 +++ b/doc/lib.m4 @@ -7,8 +7,8 @@ m4_define({{_webseparate_}}, m4_ifdef({{WEB && SEPARATE}},{{$1}}) )m4_dnl m4_define({{_webcombined_}}, m4_ifdef({{WEB && COMBINED}},{{$1}}) )m4_dnl m4_dnl m4_define({{_author_}}, {{}})m4_dnl -m4_define({{_monthyear_}}, {{October 2016}})m4_dnl -m4_define({{_version_}}, {{1.0}})m4_dnl +m4_define({{_monthyear_}}, {{December 2016}})m4_dnl +m4_define({{_version_}}, {{1.1}})m4_dnl m4_dnl m4_dnl Links to dev and recent release versions of a manual. m4_dnl $1 is the manual's web slug: hledger, hledger-ui, journal, csv etc. @@ -19,6 +19,7 @@ m4_define({{_versions_}}, This doc is for version **_version_**. Available versions: _version_ +| 1.0 | 0.27 )m4_dnl m4_dnl diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index d7f412062..a8088daff 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: hledger-api -version: 1.0 +version: 1.1 synopsis: Web API server for the hledger accounting tool description: This is a simple web API server for hledger data. It comes with a series of simple client-side web app examples. @@ -44,10 +44,10 @@ source-repository head executable hledger-api main-is: hledger-api.hs ghc-options: -threaded - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.1" build-depends: - hledger-lib >= 1.0 && < 1.1 - , hledger >= 1.0 && < 1.1 + hledger-lib >= 1.1 && < 1.2 + , hledger >= 1.1 && < 1.2 , base >=4.8 && <5 , aeson , bytestring diff --git a/hledger-api/hledger-api.hs b/hledger-api/hledger-api.hs index 9f8a5207e..d3cffdef6 100644 --- a/hledger-api/hledger-api.hs +++ b/hledger-api/hledger-api.hs @@ -35,12 +35,12 @@ import Text.Printf import Hledger.Query import Hledger.Cli hiding (Reader, version) -hledgerApiVersion="1.0" +hledgerApiVersion="1.1" -- https://github.com/docopt/docopt.hs#readme doc :: Docopt doc = [docopt| -hledger-api 1.0 +hledger-api 1.1 Serves hledger data and reports as a JSON web API. diff --git a/hledger-api/package.yaml b/hledger-api/package.yaml index db158e119..9f29ec924 100644 --- a/hledger-api/package.yaml +++ b/hledger-api/package.yaml @@ -1,5 +1,5 @@ name: hledger-api -version: '1.0' +version: '1.1' synopsis: Web API server for the hledger accounting tool description: | This is a simple web API server for hledger data. @@ -27,8 +27,8 @@ data-files: - doc/hledger-api.1.txt - doc/hledger-api.1.info dependencies: -- hledger-lib >= 1.0 && < 1.1 -- hledger >= 1.0 && < 1.1 +- hledger-lib >= 1.1 && < 1.2 +- hledger >= 1.1 && < 1.2 - base >=4.8 && <5 - aeson - bytestring @@ -51,6 +51,6 @@ executables: hledger-api: main: hledger-api.hs ghc-options: -threaded - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.1" stability: alpha tested-with: GHC==7.10.3, GHC==8.0 diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 8e5440f73..b0f192f87 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: hledger-lib -version: 1.0.1 +version: 1.1 stability: stable category: Finance synopsis: Core data types, parsers and functionality for the hledger accounting tools diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index f10e529b8..486f01b07 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -1,5 +1,5 @@ name: hledger-lib -version: '1.0.1' +version: '1.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-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index f6c225b22..b33130be0 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: hledger-ui -version: 1.0.4 +version: 1.1 stability: stable category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool @@ -55,10 +55,10 @@ 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.0.4" + cpp-options: -DVERSION="1.1" build-depends: - hledger >= 1.0.1 && < 1.1 - , hledger-lib >= 1.0.1 && < 1.1 + hledger >= 1.1 && < 1.2 + , hledger-lib >= 1.1 && < 1.2 , ansi-terminal >= 0.6.2.3 && < 0.7 , async , base >= 4.8 && < 5 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 49ec93e68..524aae449 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.0.4' +version : '1.1' synopsis : Curses-style user interface for the hledger accounting tool description : | This is hledger's curses-style interface. @@ -35,7 +35,7 @@ flags: description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal. manual: false default: false -cpp-options: -DVERSION="1.0.4" +cpp-options: -DVERSION="1.1" executables: hledger-ui: source-dirs: . @@ -48,8 +48,8 @@ executables: -fno-warn-type-defaults -fno-warn-orphans dependencies: - - hledger >= 1.0.1 && < 1.1 - - hledger-lib >= 1.0.1 && < 1.1 + - hledger >= 1.1 && < 1.2 + - hledger-lib >= 1.1 && < 1.2 - ansi-terminal >= 0.6.2.3 && < 0.7 - async - base >= 4.8 && < 5 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 43e2f156d..2639b5099 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: hledger-web -version: 1.0.1 +version: 1.1 stability: stable category: Finance synopsis: Web interface for the hledger accounting tool @@ -125,10 +125,10 @@ flag threaded library 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.0.1" + cpp-options: -DVERSION="1.1" build-depends: - hledger-lib >= 1.0.1 && < 1.1 - , hledger >= 1.0.1 && < 1.1 + hledger-lib >= 1.1 && < 1.2 + , hledger >= 1.1 && < 1.2 , base >=4.8 && <5 , base-compat >=0.8.1 , blaze-html @@ -199,10 +199,10 @@ executable hledger-web 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 - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" build-depends: - hledger-lib >= 1.0.1 && < 1.1 - , hledger >= 1.0.1 && < 1.1 + hledger-lib >= 1.1 && < 1.2 + , hledger >= 1.1 && < 1.2 , base >=4.8 && <5 , base-compat >=0.8.1 , blaze-html @@ -234,7 +234,7 @@ executable hledger-web , yesod-static , json , parsec >=3 - , hledger-web == 1.0.1 + , hledger-web == 1.1 if flag(library-only) buildable: False if flag(threaded) @@ -264,10 +264,10 @@ test-suite test hs-source-dirs: tests 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.0.1" + cpp-options: -DVERSION="1.1" build-depends: - hledger-lib >= 1.0.1 && < 1.1 - , hledger >= 1.0.1 && < 1.1 + hledger-lib >= 1.1 && < 1.2 + , hledger >= 1.1 && < 1.2 , base >=4.8 && <5 , base-compat >=0.8.1 , blaze-html @@ -298,7 +298,7 @@ test-suite test , yesod-form , yesod-static , json - , hledger-web == 1.0.1 + , hledger-web == 1.1 , hspec , yesod-test if flag(oldtime) diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index ce721d166..cb297a90e 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -1,5 +1,5 @@ name: hledger-web -version: '1.0.1' +version: '1.1' synopsis: Web interface for the hledger accounting tool description: | This is hledger's web interface. @@ -60,8 +60,8 @@ flags: manual: false default: false dependencies: -- hledger-lib >= 1.0.1 && < 1.1 -- hledger >= 1.0.1 && < 1.1 +- hledger-lib >= 1.1 && < 1.2 +- hledger >= 1.1 && < 1.2 - base >=4.8 && <5 - base-compat >=0.8.1 - blaze-html @@ -100,7 +100,7 @@ ghc-options: - -fno-warn-type-defaults - -fno-warn-orphans library: - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" exposed-modules: - Application - Foundation @@ -139,10 +139,10 @@ executables: hledger-web: main: main.hs source-dirs: app - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" dependencies: - parsec >=3 - - hledger-web == 1.0.1 + - hledger-web == 1.1 when: - condition: flag(library-only) buildable: false @@ -167,9 +167,9 @@ tests: test: main: main.hs source-dirs: tests - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" dependencies: - - hledger-web == 1.0.1 + - hledger-web == 1.1 - hspec - yesod-test when: diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 960de7406..00cc24d65 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.0. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: hledger -version: 1.0.1 +version: 1.1 stability: stable category: Finance, Console synopsis: Command-line interface for the hledger accounting tool @@ -80,7 +80,7 @@ flag threaded library 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.0.1" + cpp-options: -DVERSION="1.1" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 @@ -91,7 +91,7 @@ library , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.0.1 && < 1.1 + , hledger-lib >= 1.1 && < 1.2 , bytestring , containers , unordered-containers @@ -163,7 +163,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 - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 @@ -174,8 +174,8 @@ executable hledger , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.0.1 && < 1.1 - , hledger == 1.0.1 + , hledger-lib >= 1.1 && < 1.2 + , hledger == 1.1 , bytestring , containers , unordered-containers @@ -224,7 +224,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 - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 @@ -235,8 +235,8 @@ test-suite test , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.0.1 && < 1.1 - , hledger == 1.0.1 + , hledger-lib >= 1.1 && < 1.2 + , hledger == 1.1 , bytestring , containers , unordered-containers @@ -296,8 +296,8 @@ benchmark bench , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.0.1 && < 1.1 - , hledger == 1.0.1 + , hledger-lib >= 1.1 && < 1.2 + , hledger == 1.1 , criterion , html , timeit diff --git a/hledger/package.yaml b/hledger/package.yaml index b99af3d8d..5874769be 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -1,5 +1,5 @@ name: hledger -version: '1.0.1' +version: '1.1' synopsis: Command-line interface for the hledger accounting tool description: | This is hledger's command-line interface. @@ -80,7 +80,7 @@ ghc-options: - -fno-warn-type-defaults - -fno-warn-orphans library: - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" exposed-modules: - Hledger.Cli - Hledger.Cli.Main @@ -104,7 +104,7 @@ library: - Hledger.Cli.Stats - Text.Tabular.AsciiWide dependencies: - - hledger-lib >= 1.0.1 && < 1.1 + - hledger-lib >= 1.1 && < 1.2 - bytestring - containers - unordered-containers @@ -152,10 +152,10 @@ executables: hledger: main: hledger-cli.hs source-dirs: app - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" dependencies: - - hledger-lib >= 1.0.1 && < 1.1 - - hledger == 1.0.1 + - hledger-lib >= 1.1 && < 1.2 + - hledger == 1.1 - bytestring - containers - unordered-containers @@ -203,10 +203,10 @@ tests: test: main: test.hs source-dirs: test - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.1" dependencies: - - hledger-lib >= 1.0.1 && < 1.1 - - hledger == 1.0.1 + - hledger-lib >= 1.1 && < 1.2 + - hledger == 1.1 - bytestring - containers - unordered-containers @@ -255,8 +255,8 @@ benchmarks: main: bench.hs source-dirs: bench dependencies: - - hledger-lib >= 1.0.1 && < 1.1 - - hledger == 1.0.1 + - hledger-lib >= 1.1 && < 1.2 + - hledger == 1.1 - criterion - html - timeit