bump hledger version to 1.14.1, and other pkgs' lower bounds
This commit is contained in:
parent
8c4f63d060
commit
928ddfeb13
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: e7c0a6dd7378e0cca56c467d680045884bad0673d1c9e749b2d06484b2a8dd08
|
-- hash: 2252448c445cee50d317dbf5a0994b97988f6fa1c0c4cf68bd08e0f5068198b0
|
||||||
|
|
||||||
name: hledger-api
|
name: hledger-api
|
||||||
version: 1.14
|
version: 1.14
|
||||||
@ -56,7 +56,7 @@ executable hledger-api
|
|||||||
, data-default >=0.5
|
, data-default >=0.5
|
||||||
, docopt
|
, docopt
|
||||||
, either
|
, either
|
||||||
, hledger >=1.14 && <1.15
|
, hledger >=1.14.1 && <1.15
|
||||||
, hledger-lib >=1.14 && <1.15
|
, hledger-lib >=1.14 && <1.15
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
|
|||||||
@ -33,7 +33,7 @@ extra-source-files:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.14 && <1.15
|
- hledger-lib >=1.14 && <1.15
|
||||||
- hledger >=1.14 && <1.15
|
- hledger >=1.14.1 && <1.15
|
||||||
- base >=4.8 && <4.13
|
- base >=4.8 && <4.13
|
||||||
- aeson
|
- aeson
|
||||||
- bytestring
|
- bytestring
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 32ad755bb064842ea131b724ee18e8a276c62b2fec58ccff27540efac91cb374
|
-- hash: f92a5085f7e5f2107744de0025bda50e0037d281248748b9bfc797ce6b2f2d69
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.14
|
version: 1.14
|
||||||
@ -76,7 +76,7 @@ executable hledger-ui
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, fsnotify >=0.2.1.2 && <0.4
|
, fsnotify >=0.2.1.2 && <0.4
|
||||||
, hledger >=1.14 && <1.15
|
, hledger >=1.14.1 && <1.15
|
||||||
, hledger-lib >=1.14 && <1.15
|
, hledger-lib >=1.14 && <1.15
|
||||||
, megaparsec >=7.0.0 && <8
|
, megaparsec >=7.0.0 && <8
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
|
|||||||
@ -40,8 +40,8 @@ flags:
|
|||||||
cpp-options: -DVERSION="1.14"
|
cpp-options: -DVERSION="1.14"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger >=1.14 && <1.15
|
|
||||||
- hledger-lib >=1.14 && <1.15
|
- hledger-lib >=1.14 && <1.15
|
||||||
|
- hledger >=1.14.1 && <1.15
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- async
|
- async
|
||||||
- base >=4.8 && <4.13
|
- base >=4.8 && <4.13
|
||||||
|
|||||||
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: da546060d989bf42b59988f7db214e93c1ac3e3d166272cbcdbf1c8cbd283187
|
-- hash: a69b726536242bd32402b7c1e1639a19509e1eb263f04ec8dd61bbed7ceb2e72
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.14
|
version: 1.14
|
||||||
@ -169,7 +169,7 @@ library
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.14 && <1.15
|
, hledger >=1.14.1 && <1.15
|
||||||
, hledger-lib >=1.14 && <1.15
|
, hledger-lib >=1.14 && <1.15
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit
|
, http-conduit
|
||||||
|
|||||||
@ -100,7 +100,7 @@ library:
|
|||||||
- Hledger.Web.Widget.Common
|
- Hledger.Web.Widget.Common
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.14 && <1.15
|
- hledger-lib >=1.14 && <1.15
|
||||||
- hledger >=1.14 && <1.15
|
- hledger >=1.14.1 && <1.15
|
||||||
- aeson
|
- aeson
|
||||||
- base >=4.8 && <4.13
|
- base >=4.8 && <4.13
|
||||||
- blaze-html
|
- blaze-html
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.14
|
1.14.1
|
||||||
@ -1,7 +1,7 @@
|
|||||||
m4_dnl m4 macro definitions used in this package's docs.
|
m4_dnl m4 macro definitions used in this package's docs.
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Program version. Updated by make setversion.
|
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
|
||||||
m4_dnl Date to show in man pages. Updated by make setdate.
|
m4_dnl Date to show in man pages. Updated by make setdate.
|
||||||
m4_define({{_monthyear_}}, {{March 2019}})m4_dnl
|
m4_define({{_monthyear_}}, {{March 2019}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 08b3d1829fb8e9cea4ceae542a6cc30b671fc6cd815bb3811ff9b1dfef0b310f
|
-- hash: 0682613dd00c2d6d52d5a9079bb63755cc25a0a09be9c996f55a0c0ad60fbafa
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.14
|
version: 1.14.1
|
||||||
synopsis: Command-line interface for the hledger accounting tool
|
synopsis: Command-line interface for the hledger accounting tool
|
||||||
description: This is hledger's command-line interface.
|
description: This is hledger's command-line interface.
|
||||||
Its basic function is to read a plain text file describing
|
Its basic function is to read a plain text file describing
|
||||||
@ -138,7 +138,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Paths_hledger
|
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
|
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:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, Diff
|
, Diff
|
||||||
@ -189,7 +189,7 @@ executable hledger
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
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
|
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:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
@ -241,7 +241,7 @@ test-suite test
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
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
|
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:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, ansi-terminal >=0.6.2.3
|
, ansi-terminal >=0.6.2.3
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 1.14
|
version: 1.14.1
|
||||||
synopsis: Command-line interface for the hledger accounting tool
|
synopsis: Command-line interface for the hledger accounting tool
|
||||||
description: |
|
description: |
|
||||||
This is hledger's command-line interface.
|
This is hledger's command-line interface.
|
||||||
@ -145,7 +145,7 @@ when:
|
|||||||
- terminfo
|
- terminfo
|
||||||
|
|
||||||
library:
|
library:
|
||||||
cpp-options: -DVERSION="1.14"
|
cpp-options: -DVERSION="1.14.1"
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
- Hledger.Cli
|
- Hledger.Cli
|
||||||
- Hledger.Cli.Main
|
- Hledger.Cli.Main
|
||||||
@ -188,7 +188,7 @@ executables:
|
|||||||
hledger:
|
hledger:
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
main: hledger-cli.hs
|
main: hledger-cli.hs
|
||||||
cpp-options: -DVERSION="1.14"
|
cpp-options: -DVERSION="1.14.1"
|
||||||
when:
|
when:
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
@ -199,7 +199,7 @@ tests:
|
|||||||
test:
|
test:
|
||||||
source-dirs: test
|
source-dirs: test
|
||||||
main: test.hs
|
main: test.hs
|
||||||
cpp-options: -DVERSION="1.14"
|
cpp-options: -DVERSION="1.14.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger
|
- hledger
|
||||||
- test-framework
|
- test-framework
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user