bump hledger version to 1.14.1, and other pkgs' lower bounds

This commit is contained in:
Simon Michael 2019-03-01 18:39:25 -08:00
parent 8c4f63d060
commit 928ddfeb13
10 changed files with 20 additions and 20 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: e7c0a6dd7378e0cca56c467d680045884bad0673d1c9e749b2d06484b2a8dd08
-- hash: 2252448c445cee50d317dbf5a0994b97988f6fa1c0c4cf68bd08e0f5068198b0
name: hledger-api
version: 1.14
@ -56,7 +56,7 @@ executable hledger-api
, data-default >=0.5
, docopt
, either
, hledger >=1.14 && <1.15
, hledger >=1.14.1 && <1.15
, hledger-lib >=1.14 && <1.15
, microlens >=0.4
, microlens-platform >=0.2.3.1

View File

@ -33,7 +33,7 @@ extra-source-files:
dependencies:
- hledger-lib >=1.14 && <1.15
- hledger >=1.14 && <1.15
- hledger >=1.14.1 && <1.15
- base >=4.8 && <4.13
- aeson
- bytestring

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 32ad755bb064842ea131b724ee18e8a276c62b2fec58ccff27540efac91cb374
-- hash: f92a5085f7e5f2107744de0025bda50e0037d281248748b9bfc797ce6b2f2d69
name: hledger-ui
version: 1.14
@ -76,7 +76,7 @@ executable hledger-ui
, directory
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.14 && <1.15
, hledger >=1.14.1 && <1.15
, hledger-lib >=1.14 && <1.15
, megaparsec >=7.0.0 && <8
, microlens >=0.4

View File

@ -40,8 +40,8 @@ flags:
cpp-options: -DVERSION="1.14"
dependencies:
- hledger >=1.14 && <1.15
- hledger-lib >=1.14 && <1.15
- hledger >=1.14.1 && <1.15
- ansi-terminal >=0.6.2.3
- async
- base >=4.8 && <4.13

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: da546060d989bf42b59988f7db214e93c1ac3e3d166272cbcdbf1c8cbd283187
-- hash: a69b726536242bd32402b7c1e1639a19509e1eb263f04ec8dd61bbed7ceb2e72
name: hledger-web
version: 1.14
@ -169,7 +169,7 @@ library
, directory
, filepath
, hjsmin
, hledger >=1.14 && <1.15
, hledger >=1.14.1 && <1.15
, hledger-lib >=1.14 && <1.15
, http-client
, http-conduit

View File

@ -100,7 +100,7 @@ library:
- Hledger.Web.Widget.Common
dependencies:
- hledger-lib >=1.14 && <1.15
- hledger >=1.14 && <1.15
- hledger >=1.14.1 && <1.15
- aeson
- base >=4.8 && <4.13
- blaze-html

View File

@ -1 +1 @@
1.14
1.14.1

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.14}})m4_dnl
m4_define({{_version_}}, {{1.14.1}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{March 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 08b3d1829fb8e9cea4ceae542a6cc30b671fc6cd815bb3811ff9b1dfef0b310f
-- hash: 0682613dd00c2d6d52d5a9079bb63755cc25a0a09be9c996f55a0c0ad60fbafa
name: hledger
version: 1.14
version: 1.14.1
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
@ -138,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"
cpp-options: -DVERSION="1.14.1"
build-depends:
Decimal
, Diff
@ -189,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"
cpp-options: -DVERSION="1.14.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3
@ -241,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"
cpp-options: -DVERSION="1.14.1"
build-depends:
Decimal
, ansi-terminal >=0.6.2.3

View File

@ -1,5 +1,5 @@
name: hledger
version: 1.14
version: 1.14.1
synopsis: Command-line interface for the hledger accounting tool
description: |
This is hledger's command-line interface.
@ -145,7 +145,7 @@ when:
- terminfo
library:
cpp-options: -DVERSION="1.14"
cpp-options: -DVERSION="1.14.1"
exposed-modules:
- Hledger.Cli
- Hledger.Cli.Main
@ -188,7 +188,7 @@ executables:
hledger:
source-dirs: app
main: hledger-cli.hs
cpp-options: -DVERSION="1.14"
cpp-options: -DVERSION="1.14.1"
when:
- condition: flag(threaded)
ghc-options: -threaded
@ -199,7 +199,7 @@ tests:
test:
source-dirs: test
main: test.hs
cpp-options: -DVERSION="1.14"
cpp-options: -DVERSION="1.14.1"
dependencies:
- hledger
- test-framework