bump version to 0.18.2
This commit is contained in:
parent
a16a60e88f
commit
63973c3728
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 0.18.1
|
version: 0.18.2
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: Core data types, parsers and utilities for the hledger accounting tool.
|
synopsis: Core data types, parsers and utilities for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 0.18.1
|
version: 0.18.2
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A web interface for the hledger accounting tool.
|
synopsis: A web interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
@ -123,8 +123,8 @@ executable hledger-web
|
|||||||
Hledger.Web.Handlers
|
Hledger.Web.Handlers
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger == 0.18.1
|
hledger == 0.18.2
|
||||||
, hledger-lib == 0.18.1
|
, hledger-lib == 0.18.2
|
||||||
, base >= 4 && < 5
|
, base >= 4 && < 5
|
||||||
, cabal-file-th
|
, cabal-file-th
|
||||||
, cmdargs >= 0.9.1 && < 0.10
|
, cmdargs >= 0.9.1 && < 0.10
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 0.18.1
|
version: 0.18.2
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: The main command-line interface for the hledger accounting tool.
|
synopsis: The main command-line interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
@ -62,7 +62,7 @@ library
|
|||||||
Hledger.Cli.Stats
|
Hledger.Cli.Stats
|
||||||
-- should be the same as below
|
-- should be the same as below
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib == 0.18.1
|
hledger-lib == 0.18.2
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,containers
|
,containers
|
||||||
@ -117,7 +117,7 @@ executable hledger
|
|||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
-- should be the same as above
|
-- should be the same as above
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib == 0.18.1
|
hledger-lib == 0.18.2
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,containers
|
,containers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user