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