diff --git a/.version b/.version index d3827e75a..7dea76edb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0 +1.0.1 diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index c8e9582da..5eb773692 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: 1.0 +version: 1.0.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 72cf32c0b..545827863 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -1,5 +1,5 @@ name: hledger-lib -version: '1.0' +version: '1.0.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 2a52b4871..877d8a569 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: 1.0 +version: 1.0.1 stability: beta 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" + cpp-options: -DVERSION="1.0.1" build-depends: - hledger >= 1.0 && < 1.1 - , hledger-lib >= 1.0 && < 1.1 + hledger >= 1.0.1 + , hledger-lib >= 1.0.1 , ansi-terminal >= 0.6.2.3 && < 0.7 , base >= 3 && < 5 , base-compat >= 0.8.1 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 0e4d368a2..94adbd4e4 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.0' +version : '1.0.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" +cpp-options: -DVERSION="1.0.1" executables: hledger-ui: source-dirs: . @@ -48,8 +48,8 @@ executables: -fno-warn-type-defaults -fno-warn-orphans dependencies: - - hledger >= 1.0 && < 1.1 - - hledger-lib >= 1.0 && < 1.1 + - hledger >= 1.0.1 + - hledger-lib >= 1.0.1 - ansi-terminal >= 0.6.2.3 && < 0.7 - base >= 3 && < 5 - base-compat >= 0.8.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 164af60cc..c22a5b3be 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: 1.0 +version: 1.0.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" + cpp-options: -DVERSION="1.0.1" build-depends: - hledger-lib >= 1.0 && < 1.1 - , hledger >= 1.0 && < 1.1 + hledger-lib >= 1.0.1 + , hledger >= 1.0.1 , base >=4 && <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" + cpp-options: -DVERSION="1.0.1" build-depends: - hledger-lib >= 1.0 && < 1.1 - , hledger >= 1.0 && < 1.1 + hledger-lib >= 1.0.1 + , hledger >= 1.0.1 , base >=4 && <5 , base-compat >=0.8.1 , blaze-html @@ -234,7 +234,7 @@ executable hledger-web , yesod-static , json , parsec >=3 - , hledger-web == 1.0 + , hledger-web == 1.0.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" + cpp-options: -DVERSION="1.0.1" build-depends: - hledger-lib >= 1.0 && < 1.1 - , hledger >= 1.0 && < 1.1 + hledger-lib >= 1.0.1 + , hledger >= 1.0.1 , base >=4 && <5 , base-compat >=0.8.1 , blaze-html diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index 75e407771..933ba5289 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -1,5 +1,5 @@ name: hledger-web -version: '1.0' +version: '1.0.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 -- hledger >= 1.0 && < 1.1 +- hledger-lib >= 1.0.1 +- hledger >= 1.0.1 - base >=4 && <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" + cpp-options: -DVERSION="1.0.1" exposed-modules: - Application - Foundation @@ -139,10 +139,10 @@ executables: hledger-web: main: main.hs source-dirs: app - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.0.1" dependencies: - parsec >=3 - - hledger-web == 1.0 + - hledger-web == 1.0.1 when: - condition: flag(library-only) buildable: false @@ -167,7 +167,7 @@ tests: test: main: main.hs source-dirs: tests - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.0.1" dependencies: - hledger-web - hspec diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index e75b0206a..58629555a 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger -version: 1.0 +version: 1.0.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" + cpp-options: -DVERSION="1.0.1" build-depends: base >=4.3 && <5 , base-compat >=0.8.1 @@ -91,7 +91,7 @@ library , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib ==1.0 + , hledger-lib ==1.0.1 , 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" + cpp-options: -DVERSION="1.0.1" build-depends: base >=4.3 && <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 - , hledger >= 1.0 && < 1.1 + , hledger-lib >= 1.0.1 + , hledger >= 1.0.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" + cpp-options: -DVERSION="1.0.1" build-depends: base >=4.3 && <5 , base-compat >=0.8.1 @@ -235,7 +235,7 @@ test-suite test , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib ==1.0 + , hledger-lib ==1.0.1 , hledger , bytestring , containers diff --git a/hledger/package.yaml b/hledger/package.yaml index 3d4d819cb..d36dbd441 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -1,5 +1,5 @@ name: hledger -version: '1.0' +version: '1.0.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" + cpp-options: -DVERSION="1.0.1" exposed-modules: - Hledger.Cli - Hledger.Cli.Main @@ -104,7 +104,7 @@ library: - Hledger.Cli.Stats - Text.Tabular.AsciiWide dependencies: - - hledger-lib ==1.0 + - hledger-lib ==1.0.1 - bytestring - containers - unordered-containers @@ -152,10 +152,10 @@ executables: hledger: main: hledger-cli.hs source-dirs: app - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.0.1" dependencies: - - hledger-lib >= 1.0 && < 1.1 - - hledger >= 1.0 && < 1.1 + - hledger-lib >= 1.0.1 + - hledger >= 1.0.1 - bytestring - containers - unordered-containers @@ -203,9 +203,9 @@ tests: test: main: test.hs source-dirs: test - cpp-options: -DVERSION="1.0" + cpp-options: -DVERSION="1.0.1" dependencies: - - hledger-lib ==1.0 + - hledger-lib ==1.0.1 - hledger - bytestring - containers