From 9afccde16fe25be2fdb7dc5f83ae7c70050bb7d7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 14 Dec 2020 12:31:01 -0800 Subject: [PATCH] ;update cabal files --- hledger-lib/hledger-lib.cabal | 4 ++-- hledger-ui/hledger-ui.cabal | 10 +++++----- hledger-web/hledger-web.cabal | 14 +++++++------- hledger/hledger.cabal | 18 +++++++++--------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 0c9852243..3172f530f 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 496cff1a1bc952e36c246f175d8efcb4c6cab6e9adc79c17b2d1e8b71ddaa2e5 +-- hash: e5d51e607ec91cb5f8ed8629d1f96b77526246cd98bdf9500d781da51ec2ddfb name: hledger-lib -version: 1.20 +version: 1.20.99 synopsis: A reusable library providing the core functionality of hledger description: A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index db7004934..8582d41ae 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 4007bd6deffcff3c3d5a40863cfa11bddaed31c367fdf5033728ec847c292a91 +-- hash: eb7db07bad998397cfe2c32c3ecd66eed728e3685cbfa878ec38d305c4b2be6d name: hledger-ui -version: 1.20 +version: 1.20.99 synopsis: Curses-style terminal interface for the hledger accounting system description: A simple curses-style terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. @@ -64,7 +64,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.20" + cpp-options: -DVERSION="1.20.99" build-depends: ansi-terminal >=0.9 , async @@ -78,8 +78,8 @@ executable hledger-ui , extra >=1.6.3 , filepath , fsnotify >=0.2.1.2 && <0.4 - , hledger >=1.20 && <1.21 - , hledger-lib >=1.20 && <1.21 + , hledger >=1.20.99 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , megaparsec >=7.0.0 && <9.1 , microlens >=0.4 , microlens-platform >=0.2.3.1 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index e144e6549..54a1c725f 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 3ce58d7aa7b1007242f522b3a6055daa9203cd660b0d9e5aa3f88c76e5495f91 +-- hash: 841707d59f94d90a72271f64d3bfad787a69c51e0530815d90088bb750953891 name: hledger-web -version: 1.20.1 +version: 1.20.99 synopsis: Web-based user interface for the hledger accounting system description: A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. @@ -152,7 +152,7 @@ library hs-source-dirs: ./. ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.20.1" + cpp-options: -DVERSION="1.20.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -171,8 +171,8 @@ library , extra >=1.6.3 , filepath , hjsmin - , hledger >=1.20 && <1.21 - , hledger-lib >=1.20 && <1.21 + , hledger >=1.20.99 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , hspec , http-client , http-conduit @@ -212,7 +212,7 @@ executable hledger-web hs-source-dirs: app ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.20.1" + cpp-options: -DVERSION="1.20.99" build-depends: base , hledger-web @@ -232,7 +232,7 @@ test-suite test hs-source-dirs: test ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints - cpp-options: -DVERSION="1.20.1" + cpp-options: -DVERSION="1.20.99" build-depends: base , hledger diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 62687fb9d..8f5ebd2ab 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 319788ae329418b91462e0c768f9862096ceb831dfec8de2c8ab98e81f0998a1 +-- hash: 2e71018db62a9042986aafec6836681ceee706c2fff089c5b5f7f82cb2e5ba98 name: hledger -version: 1.20 +version: 1.20.99 synopsis: Command-line interface for the hledger accounting system description: The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing @@ -150,7 +150,7 @@ library other-modules: Paths_hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.20" + cpp-options: -DVERSION="1.20.99" build-depends: Decimal >=0.5.1 , Diff @@ -167,7 +167,7 @@ library , filepath , hashable >=1.2.4 , haskeline >=0.6 - , hledger-lib >=1.20 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , lucid , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.1 @@ -202,7 +202,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 -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.20" + cpp-options: -DVERSION="1.20.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -218,7 +218,7 @@ executable hledger , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.20 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.1 , mtl >=2.2.1 @@ -253,7 +253,7 @@ test-suite unittest 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 -optP-Wno-nonportable-include-path - cpp-options: -DVERSION="1.20" + cpp-options: -DVERSION="1.20.99" build-depends: Decimal >=0.5.1 , aeson >=1 @@ -269,7 +269,7 @@ test-suite unittest , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.20 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.1 , mtl >=2.2.1 @@ -318,7 +318,7 @@ benchmark bench , filepath , haskeline >=0.6 , hledger - , hledger-lib >=1.20 && <1.21 + , hledger-lib >=1.20.99 && <1.21 , html , math-functions >=0.3.3.0 , megaparsec >=7.0.0 && <9.1