diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index 17c881f3d..2189a1a7d 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: f1c4547b158161ac886b9e8d538a2f075ec53fb53ee4f358eceb0d6516deda8d +-- hash: fb76194ccf25e07379b144d9ac8eb4ae4936140b939cd8610c7c6fc6ee07f9c9 name: hledger-api -version: 1.4.99 +version: 1.5 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. @@ -46,7 +46,7 @@ source-repository head executable hledger-api main-is: hledger-api.hs ghc-options: -threaded - cpp-options: -DVERSION="1.4.99" + cpp-options: -DVERSION="1.5" build-depends: Decimal , aeson @@ -55,8 +55,8 @@ executable hledger-api , containers , docopt , either - , hledger >=1.4.99 && <1.5 - , hledger-lib >=1.4.99 && <1.5 + , hledger >=1.5 && <1.6 + , hledger-lib >=1.5 && <1.6 , microlens >=0.4 , microlens-platform >=0.2.3.1 , safe diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 26376eb2f..f7152f3a0 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 4c1dd5b83abbf5d331ba36857c2c00d934ef7831a5f3324d62faf20444e092f4 +-- hash: c0497f13da483640b446c596007d9e15f8235a01f8b2ae8ffa96f89dbf59ffb7 name: hledger-lib -version: 1.4.99 +version: 1.5 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 336691d7c..ec3e33831 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 4e841321d7ab36b067050f6e143ea20d6c8ba27b0b167faddcf4f2ae7357cfd6 +-- hash: 0415bc39f4fbc4cec62ff37e03c0ff513b23cd4825310c799a42177cd9245f1e name: hledger-ui -version: 1.4.99 +version: 1.5 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, @@ -52,7 +52,7 @@ 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.4.99" + cpp-options: -DVERSION="1.5" build-depends: HUnit , ansi-terminal >=0.6.2.3 @@ -65,8 +65,8 @@ executable hledger-ui , directory , filepath , fsnotify >=0.2 - , hledger >=1.4.99 && <1.5 - , hledger-lib >=1.4.99 && <1.5 + , hledger >=1.5 && <1.6 + , hledger-lib >=1.5 && <1.6 , megaparsec >=5.0 , microlens >=0.4 , microlens-platform >=0.2.3.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index b82bfac30..8748d673d 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: ba3551190ab441c8d9193501a69d9c6710b33b2abb0c71537504e8ecff271590 +-- hash: 4b29b9e5703c56c1f7beabdcec14cf3007d6f6c6855088b8bf06da8f092b4b3d name: hledger-web -version: 1.4.99 +version: 1.5 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 @@ -124,7 +124,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.4.99" + cpp-options: -DVERSION="1.5" build-depends: HUnit , base >=4.8 && <5 @@ -139,8 +139,8 @@ library , directory , filepath , hjsmin - , hledger >=1.4.99 && <1.5 - , hledger-lib >=1.4.99 && <1.5 + , hledger >=1.5 && <1.6 + , hledger-lib >=1.5 && <1.6 , http-client , http-conduit , json @@ -192,7 +192,7 @@ 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.4.99" + cpp-options: -DVERSION="1.5" build-depends: HUnit , base >=4.8 && <5 @@ -207,8 +207,8 @@ executable hledger-web , directory , filepath , hjsmin - , hledger >=1.4.99 && <1.5 - , hledger-lib >=1.4.99 && <1.5 + , hledger >=1.5 && <1.6 + , hledger-lib >=1.5 && <1.6 , hledger-web , http-client , http-conduit @@ -249,7 +249,7 @@ 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.4.99" + cpp-options: -DVERSION="1.5" build-depends: HUnit , base >=4.8 && <5 @@ -264,8 +264,8 @@ test-suite test , directory , filepath , hjsmin - , hledger >=1.4.99 && <1.5 - , hledger-lib >=1.4.99 && <1.5 + , hledger >=1.5 && <1.6 + , hledger-lib >=1.5 && <1.6 , hledger-web , hspec , http-client diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 9caadf74b..f50597139 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: b78375f899cdebd7ba632c6a3e3eca7aaed8f668d16e24ac785c592c8091726d +-- hash: 8e14dbb3cafd99102e0a85bd39076ca0af4c9554f348cd6cacb0d59faf63623b name: hledger -version: 1.4.99 +version: 1.5 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 @@ -77,7 +77,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.4.99" + cpp-options: -DVERSION="1.5" build-depends: Decimal , Diff @@ -96,7 +96,7 @@ library , hashable >=1.2.4 , haskeline >=0.6 , here - , hledger-lib >=1.4.99 && <1.5 + , hledger-lib >=1.5 && <1.6 , megaparsec >=5.0 , mtl , mtl-compat @@ -159,7 +159,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.4.99" + cpp-options: -DVERSION="1.5" build-depends: Decimal , HUnit @@ -177,7 +177,7 @@ executable hledger , haskeline >=0.6 , here , hledger - , hledger-lib >=1.4.99 && <1.5 + , hledger-lib >=1.5 && <1.6 , mtl , mtl-compat , old-time @@ -211,7 +211,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.4.99" + cpp-options: -DVERSION="1.5" build-depends: Decimal , HUnit @@ -229,7 +229,7 @@ test-suite test , haskeline >=0.6 , here , hledger - , hledger-lib >=1.4.99 && <1.5 + , hledger-lib >=1.5 && <1.6 , mtl , mtl-compat , old-time @@ -273,7 +273,7 @@ benchmark bench , filepath , here , hledger - , hledger-lib >=1.4.99 && <1.5 + , hledger-lib >=1.5 && <1.6 , html , pretty-show >=1.6.4 , process