lib, cli: bump version to 1.15.2
This commit is contained in:
		
							parent
							
								
									ff41603a75
								
							
						
					
					
						commit
						cd5af48165
					
				| @ -1 +1 @@ | ||||
| 1.15.1 | ||||
| 1.15.2 | ||||
| @ -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.15.1}})m4_dnl | ||||
| m4_define({{_version_}}, {{1.15.2}})m4_dnl | ||||
| m4_dnl | ||||
| m4_dnl Date to show in man pages. Updated by make setdate. | ||||
| m4_define({{_monthyear_}}, {{September 2019}})m4_dnl | ||||
|  | ||||
| @ -4,10 +4,10 @@ cabal-version: 1.12 | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: f27fe6795990dd3740ec4ca8e421ad8faaf22945809a16448fcf4d5ac0174165 | ||||
| -- hash: 567ed725b211714a0f6db5e17a68d670789c7e603020b42d6b8f18e7af5ceb63 | ||||
| 
 | ||||
| name:           hledger-lib | ||||
| version:        1.15.1 | ||||
| version:        1.15.2 | ||||
| synopsis:       Core data types, parsers and functionality for the hledger accounting tools | ||||
| description:    This is a reusable library containing hledger's core functionality. | ||||
|                 . | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| name: hledger-lib | ||||
| version: 1.15.1 | ||||
| version: 1.15.2 | ||||
| synopsis: Core data types, parsers and functionality for the hledger accounting tools | ||||
| description: | | ||||
|   This is a reusable library containing hledger's core functionality. | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| 1.15.1 | ||||
| 1.15.2 | ||||
| @ -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.15.1}})m4_dnl | ||||
| m4_define({{_version_}}, {{1.15.2}})m4_dnl | ||||
| m4_dnl | ||||
| m4_dnl Date to show in man pages. Updated by make setdate. | ||||
| m4_define({{_monthyear_}}, {{September 2019}})m4_dnl | ||||
|  | ||||
| @ -4,10 +4,10 @@ cabal-version: 1.12 | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: 2f976d13d0036cdca6fca7319fa10dcec3ffdce46769bcde5421211d23d93e7c | ||||
| -- hash: f839c60877b230c5cb9cffe709ab8f7f6d770f16c15c68c25b3aed3cc0c65bb0 | ||||
| 
 | ||||
| name:           hledger | ||||
| version:        1.15.1 | ||||
| version:        1.15.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 | ||||
| @ -146,7 +146,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.15.1" | ||||
|   cpp-options: -DVERSION="1.15.2" | ||||
|   build-depends: | ||||
|       Decimal | ||||
|     , Diff | ||||
| @ -163,7 +163,7 @@ library | ||||
|     , filepath | ||||
|     , hashable >=1.2.4 | ||||
|     , haskeline >=0.6 | ||||
|     , hledger-lib >=1.15.1 && <1.16 | ||||
|     , hledger-lib >=1.15.2 && <1.16 | ||||
|     , lucid | ||||
|     , math-functions >=0.2.0.0 | ||||
|     , megaparsec >=7.0.0 && <8 | ||||
| @ -199,7 +199,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.15.1" | ||||
|   cpp-options: -DVERSION="1.15.2" | ||||
|   build-depends: | ||||
|       Decimal | ||||
|     , ansi-terminal >=0.6.2.3 | ||||
| @ -215,7 +215,7 @@ executable hledger | ||||
|     , filepath | ||||
|     , haskeline >=0.6 | ||||
|     , hledger | ||||
|     , hledger-lib >=1.15.1 && <1.16 | ||||
|     , hledger-lib >=1.15.2 && <1.16 | ||||
|     , math-functions >=0.2.0.0 | ||||
|     , megaparsec >=7.0.0 && <8 | ||||
|     , mtl | ||||
| @ -253,7 +253,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.15.1" | ||||
|   cpp-options: -DVERSION="1.15.2" | ||||
|   build-depends: | ||||
|       Decimal | ||||
|     , ansi-terminal >=0.6.2.3 | ||||
| @ -269,7 +269,7 @@ test-suite test | ||||
|     , filepath | ||||
|     , haskeline >=0.6 | ||||
|     , hledger | ||||
|     , hledger-lib >=1.15.1 && <1.16 | ||||
|     , hledger-lib >=1.15.2 && <1.16 | ||||
|     , math-functions >=0.2.0.0 | ||||
|     , megaparsec >=7.0.0 && <8 | ||||
|     , mtl | ||||
| @ -323,7 +323,7 @@ benchmark bench | ||||
|     , filepath | ||||
|     , haskeline >=0.6 | ||||
|     , hledger | ||||
|     , hledger-lib >=1.15.1 && <1.16 | ||||
|     , hledger-lib >=1.15.2 && <1.16 | ||||
|     , html | ||||
|     , math-functions >=0.2.0.0 | ||||
|     , megaparsec >=7.0.0 && <8 | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| name: hledger | ||||
| version: 1.15.1 | ||||
| version: 1.15.2 | ||||
| synopsis: Command-line interface for the hledger accounting tool | ||||
| description: | | ||||
|   This is hledger's command-line interface. | ||||
| @ -108,7 +108,7 @@ ghc-options: | ||||
| - -optP-Wno-nonportable-include-path | ||||
| 
 | ||||
| dependencies: | ||||
| - hledger-lib >=1.15.1 && <1.16 | ||||
| - hledger-lib >=1.15.2 && <1.16 | ||||
| - ansi-terminal >=0.6.2.3 | ||||
| - base >=4.8 && <4.13 | ||||
| - base-compat-batteries >=0.10.1 && <0.11 | ||||
| @ -151,7 +151,7 @@ when: | ||||
|   - terminfo | ||||
| 
 | ||||
| library: | ||||
|   cpp-options: -DVERSION="1.15.1" | ||||
|   cpp-options: -DVERSION="1.15.2" | ||||
|   exposed-modules: | ||||
|   - Hledger.Cli | ||||
|   - Hledger.Cli.Main | ||||
| @ -198,7 +198,7 @@ executables: | ||||
|   hledger: | ||||
|     source-dirs: app | ||||
|     main: hledger-cli.hs | ||||
|     cpp-options: -DVERSION="1.15.1" | ||||
|     cpp-options: -DVERSION="1.15.2" | ||||
|     when: | ||||
|     - condition: flag(threaded) | ||||
|       ghc-options: -threaded | ||||
| @ -209,7 +209,7 @@ tests: | ||||
|   test: | ||||
|     source-dirs: test | ||||
|     main: test.hs | ||||
|     cpp-options: -DVERSION="1.15.1" | ||||
|     cpp-options: -DVERSION="1.15.2" | ||||
|     dependencies: | ||||
|     - hledger | ||||
|     - test-framework | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user