diff --git a/hledger-api/future-package.yaml b/hledger-api/future-package.yaml index 84f804357..ce5d40b02 100644 --- a/hledger-api/future-package.yaml +++ b/hledger-api/future-package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-api -version : '0.27.98' +version : '0.28' stability : alpha category : Finance synopsis : Web API server for the hledger accounting tool @@ -62,8 +62,8 @@ data-files: # default: False # dependencies: -# - hledger-lib == 0.27 -# - hledger == 0.27 +# - hledger-lib == 0.28 +# - hledger == 0.28 # - base >= 4 && < 5 # - base-compat >= 0.8.1 # - blaze-html @@ -123,7 +123,7 @@ data-files: # # -- EmptyDataDecls # # -- NoMonomorphismRestriction -cpp-options: -DVERSION="0.27.98" +cpp-options: -DVERSION="0.28" # XXX # if flag(dev) || flag(library-only) # cpp-options: -DDEVELOPMENT @@ -156,8 +156,8 @@ executables: # source-dirs: app main: hledger-api.hs dependencies: - - hledger-lib == 0.27 - - hledger == 0.27 + - hledger-lib == 0.28 + - hledger == 0.28 - base >= 4 && < 5 - aeson - bytestring diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index 9e6a1af34..837da81a0 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-api -version: 0.27.98 +version: 0.28 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. @@ -43,10 +43,10 @@ source-repository head executable hledger-api main-is: hledger-api.hs ghc-options: -threaded - cpp-options: -DVERSION="0.27.98" + cpp-options: -DVERSION="0.28" build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.28 + , hledger == 0.28 , base >= 4 && < 5 , aeson , bytestring diff --git a/hledger-lib/future-package.yaml b/hledger-lib/future-package.yaml index 4fe973e88..b2a39ea24 100644 --- a/hledger-lib/future-package.yaml +++ b/hledger-lib/future-package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-lib -version : '0.27' +version : '0.28' stability : stable category : Finance, Console synopsis : Core data types, parsers and functionality for the hledger accounting tools diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index a99601121..c4944c4e5 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-lib -version: 0.27 +version: 0.28 stability: stable category: Finance synopsis: Core data types, parsers and functionality for the hledger accounting tools diff --git a/hledger-ui/future-package.yaml b/hledger-ui/future-package.yaml index a9e219b09..9f9dfce41 100644 --- a/hledger-ui/future-package.yaml +++ b/hledger-ui/future-package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-ui -version : '0.27.3' +version : '0.28' stability : beta category : Finance, Console synopsis : Curses-style user interface for the hledger accounting tool @@ -59,7 +59,7 @@ ghc-options: -fno-warn-type-defaults -fno-warn-orphans -cpp-options: -DVERSION="0.27.3" +cpp-options: -DVERSION="0.28" executables: hledger-ui: @@ -70,8 +70,8 @@ executables: ghc-options: -threaded dependencies: - - hledger >= 0.27 && < 0.28 - - hledger-lib >= 0.27 && < 0.28 + - hledger >= 0.28 && < 0.29 + - hledger-lib >= 0.28 && < 0.29 - base >= 3 && < 5 - base-compat >= 0.8.1 - brick >= 0.2 && < 0.5 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 903402d79..f81a6dead 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui -version: 0.27.3 +version: 0.28 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool @@ -59,10 +59,10 @@ executable hledger-ui ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded - cpp-options: -DVERSION="0.27.3" + cpp-options: -DVERSION="0.28" build-depends: - hledger >= 0.27 && < 0.28 - , hledger-lib >= 0.27 && < 0.28 + hledger >= 0.28 && < 0.29 + , hledger-lib >= 0.28 && < 0.29 , base >= 3 && < 5 , base-compat >= 0.8.1 , brick >= 0.2 && < 0.7 diff --git a/hledger-web/future-package.yaml b/hledger-web/future-package.yaml index b2959dcd2..672c03f40 100644 --- a/hledger-web/future-package.yaml +++ b/hledger-web/future-package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger-web -version : '0.27' +version : '0.28' stability : stable category : Finance synopsis : Web interface for the hledger accounting tool @@ -78,8 +78,8 @@ data-files: # default: False dependencies: - - hledger-lib == 0.27 - - hledger == 0.27 + - hledger-lib == 0.28 + - hledger == 0.28 - base >= 4 && < 5 - base-compat >= 0.8.1 - blaze-html @@ -148,7 +148,7 @@ ghc-options: # # -- EmptyDataDecls # # -- NoMonomorphismRestriction -cpp-options: -DVERSION="0.27" +cpp-options: -DVERSION="0.28" # XXX # if flag(dev) || flag(library-only) # cpp-options: -DDEVELOPMENT @@ -188,7 +188,7 @@ executables: source-dirs: app main: main.hs dependencies: - - hledger-web == 0.27 + - hledger-web == 0.28 tests: test: diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index ea0b5522d..e50353430 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-web -version: 0.27 +version: 0.28 stability: stable category: Finance synopsis: Web interface for the hledger accounting tool @@ -80,12 +80,12 @@ flag old-locale 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="0.27" + cpp-options: -DVERSION="0.28" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.28 + , hledger == 0.28 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -153,12 +153,12 @@ executable hledger-web ghc-options: -threaded if flag(dev) ghc-options: -O0 - cpp-options: -DVERSION="0.27" + cpp-options: -DVERSION="0.28" if flag(dev) cpp-options: -DDEVELOPMENT build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.28 + , hledger == 0.28 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html @@ -190,7 +190,7 @@ executable hledger-web , yesod-form , yesod-static , json - , hledger-web == 0.27 + , hledger-web == 0.28 if flag(old-locale) build-depends: time < 1.5, old-locale @@ -208,10 +208,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="0.27" + cpp-options: -DVERSION="0.28" build-depends: - hledger-lib == 0.27 - , hledger == 0.27 + hledger-lib == 0.28 + , hledger == 0.28 , base >= 4 && < 5 , base-compat >= 0.8.1 , blaze-html diff --git a/hledger/future-package.yaml b/hledger/future-package.yaml index a9aa83929..7cecdb43c 100644 --- a/hledger/future-package.yaml +++ b/hledger/future-package.yaml @@ -9,7 +9,7 @@ # - conditional blocks name : hledger -version : '0.27' +version : '0.28' stability : stable category : Finance, Console synopsis : Command-line interface for the hledger accounting tool @@ -65,7 +65,7 @@ flag: if true then depend on time < 1.5 together with old-locale. dependencies: - - hledger-lib == 0.27 + - hledger-lib == 0.28 - base >= 4.3 && < 5 - base-compat >= 0.8.1 - bytestring @@ -122,7 +122,7 @@ ghc-options: -fno-warn-type-defaults -fno-warn-orphans -cpp-options: -DVERSION="0.27" +cpp-options: -DVERSION="0.28" library: # source-dirs: . # XXX includes Setup and uncommitted stuff @@ -158,7 +158,7 @@ executables: ghc-options: -threaded dependencies: - - hledger == 0.27 + - hledger == 0.28 tests: test: diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index c963c99a2..f7ce9fea9 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger -version: 0.27 +version: 0.28 stability: stable category: Finance, Console synopsis: Command-line interface for the hledger accounting tool @@ -82,9 +82,9 @@ flag old-locale 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="0.27" + cpp-options: -DVERSION="0.28" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.28 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , bytestring @@ -163,9 +163,9 @@ executable hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans if flag(threaded) ghc-options: -threaded - cpp-options: -DVERSION="0.27" + cpp-options: -DVERSION="0.28" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.28 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , bytestring @@ -191,7 +191,7 @@ executable hledger , tabular >= 0.2 && < 0.3 , utf8-string >= 0.3.5 && < 1.1 , wizards == 1.0.* - , hledger == 0.27 + , hledger == 0.28 if impl(ghc >= 7.10) build-depends: shakespeare >= 2.0.2.2 && < 2.1 @@ -219,9 +219,9 @@ 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="0.27" + cpp-options: -DVERSION="0.28" build-depends: - hledger-lib == 0.27 + hledger-lib == 0.28 , base >= 4.3 && < 5 , base-compat >= 0.8.1 , bytestring