Skip to content

Commit

Permalink
; cli, ui, web: fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 20, 2019
1 parent 4a6c83f commit d5a9255
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions hledger-lib/hledger-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: c3d364a1b6c518c28f158056c77b07a1d5f77ce81b78bbc5eef793acda6e95bb
-- hash: 4d6b36fe7c3d7cbcff001ad72b5f9030c0fdf2caf573b30e46dddbc0045a7066

name: hledger-lib
version: 1.14
version: 1.14.1
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality.
.
Expand Down
12 changes: 6 additions & 6 deletions hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: f92a5085f7e5f2107744de0025bda50e0037d281248748b9bfc797ce6b2f2d69
-- hash: 2ae377e0bb3586d7496e90392593821cb19aedaa42e2c66c4da319e0d0fbbc95

name: hledger-ui
version: 1.14
version: 1.14.1
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,
Expand Down Expand Up @@ -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.14"
cpp-options: -DVERSION="1.14.1"
build-depends:
ansi-terminal >=0.6.2.3
, async
Expand All @@ -76,8 +76,8 @@ executable hledger-ui
, directory
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.14.1 && <1.15
, hledger-lib >=1.14 && <1.15
, hledger >=1.14.2 && <1.15
, hledger-lib >=1.14.1 && <1.15
, megaparsec >=7.0.0 && <8
, microlens >=0.4
, microlens-platform >=0.2.3.1
Expand All @@ -94,7 +94,7 @@ executable hledger-ui
buildable: False
else
build-depends:
brick >=0.23
brick >=0.23 && <0.47
, unix
, vty >=5.5
if flag(threaded)
Expand Down
2 changes: 1 addition & 1 deletion hledger-ui/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cpp-options: -DVERSION="1.14.1"

dependencies:
- hledger-lib >=1.14.1 && <1.15
- hledger >=1.14.1 && <1.15
- hledger >=1.14.2 && <1.15
- ansi-terminal >=0.6.2.3
- async
- base >=4.8 && <4.13
Expand Down
12 changes: 6 additions & 6 deletions hledger-web/hledger-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: a69b726536242bd32402b7c1e1639a19509e1eb263f04ec8dd61bbed7ceb2e72
-- hash: 8eb80f6aa7e34e0b036d490c3c0f5994e3959f33045102d18cac6367c369c352

name: hledger-web
version: 1.14
version: 1.14.1
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
Expand Down Expand Up @@ -151,7 +151,7 @@ library
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.14"
cpp-options: -DVERSION="1.14.1"
build-depends:
Decimal
, aeson
Expand All @@ -169,8 +169,8 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.14.1 && <1.15
, hledger-lib >=1.14 && <1.15
, hledger >=1.14.2 && <1.15
, hledger-lib >=1.14.1 && <1.15
, http-client
, http-conduit
, http-types
Expand Down Expand Up @@ -211,7 +211,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.14"
cpp-options: -DVERSION="1.14.1"
build-depends:
base
, hledger-web
Expand Down
2 changes: 1 addition & 1 deletion hledger-web/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library:
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.14.1 && <1.15
- hledger >=1.14.1 && <1.15
- hledger >=1.14.2 && <1.15
- aeson
- base >=4.8 && <4.13
- blaze-html
Expand Down
17 changes: 9 additions & 8 deletions hledger/hledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 8134c3c5306064822b7909327946d48b3bcd3fec6dc432a27afb7665840d6201

name: hledger
version: 1.14.1
version: 1.14.2
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
Expand Down Expand Up @@ -137,7 +138,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.14.1"
cpp-options: -DVERSION="1.14.2"
build-depends:
Decimal
, Diff
Expand All @@ -153,7 +154,7 @@ library
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.14 && <1.15
, hledger-lib >=1.14.1 && <1.15
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
Expand Down Expand Up @@ -188,7 +189,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.14.1"
cpp-options: -DVERSION="1.14.2"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
Expand All @@ -203,7 +204,7 @@ executable hledger
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.14 && <1.15
, hledger-lib >=1.14.1 && <1.15
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
Expand Down Expand Up @@ -240,7 +241,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 -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.14.1"
cpp-options: -DVERSION="1.14.2"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
Expand All @@ -255,7 +256,7 @@ test-suite test
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.14 && <1.15
, hledger-lib >=1.14.1 && <1.15
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
Expand Down Expand Up @@ -307,7 +308,7 @@ benchmark bench
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.14 && <1.15
, hledger-lib >=1.14.1 && <1.15
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
Expand Down
2 changes: 1 addition & 1 deletion hledger/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path

dependencies:
- hledger-lib >=1.14.2 && <1.15
- hledger-lib >=1.14.1 && <1.15
- ansi-terminal >=0.6.2.3
- base >=4.8 && <4.13
- base-compat-batteries >=0.10.1 && <0.11
Expand Down

0 comments on commit d5a9255

Please sign in to comment.