diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index df7878c29..04de6de3b 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: 1.3 +version: 1.3.99 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.3" + cpp-options: -DVERSION="1.3.99" build-depends: - hledger-lib >= 1.3 && < 1.4 - , hledger >= 1.3 && < 1.4 + hledger-lib >= 1.3.99 && < 1.4 + , hledger >= 1.3.99 && < 1.4 , base >=4.8 && <5 , aeson , bytestring diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index d44cfb268..34a45268d 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.3 +version: 1.3.99 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 363bc68c6..a7402f23d 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.3 +version: 1.3.99 synopsis: Curses-style user interface for the hledger accounting tool description: This is hledger's curses-style interface. It is simpler and more convenient for browsing data than the command-line interface, @@ -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.3" + cpp-options: -DVERSION="1.3.99" build-depends: - hledger >= 1.3 && < 1.4 - , hledger-lib >= 1.3 && < 1.4 + hledger >= 1.3.99 && < 1.4 + , hledger-lib >= 1.3.99 && < 1.4 , 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 572cd3710..e4f41b2fb 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.3 +version: 1.3.99 synopsis: Web interface for the hledger accounting tool description: This is hledger's web interface. It provides a more user-friendly and collaborative UI than the @@ -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.3" + cpp-options: -DVERSION="1.3.99" build-depends: - hledger-lib >= 1.3 && < 1.4 - , hledger >= 1.3 && < 1.4 + hledger-lib >= 1.3.99 && < 1.4 + , hledger >= 1.3.99 && < 1.4 , 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.3" + cpp-options: -DVERSION="1.3.99" build-depends: - hledger-lib >= 1.3 && < 1.4 - , hledger >= 1.3 && < 1.4 + hledger-lib >= 1.3.99 && < 1.4 + , hledger >= 1.3.99 && < 1.4 , base >=4.8 && <5 , base-compat >=0.8.1 , blaze-html @@ -261,10 +261,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.3" + cpp-options: -DVERSION="1.3.99" build-depends: - hledger-lib >= 1.3 && < 1.4 - , hledger >= 1.3 && < 1.4 + hledger-lib >= 1.3.99 && < 1.4 + , hledger >= 1.3.99 && < 1.4 , base >=4.8 && <5 , base-compat >=0.8.1 , blaze-html diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 03c6f2c3a..1f5355d77 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger -version: 1.3 +version: 1.3.99 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 @@ -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.3" + cpp-options: -DVERSION="1.3.99" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 @@ -93,7 +93,7 @@ library , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.3 && < 1.4 + , hledger-lib >= 1.3.99 && < 1.4 , bytestring , containers , unordered-containers @@ -166,7 +166,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.3" + cpp-options: -DVERSION="1.3.99" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 @@ -229,7 +229,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.3" + cpp-options: -DVERSION="1.3.99" build-depends: base >=4.8 && <5 , base-compat >=0.8.1