;update cabal files
This commit is contained in:
		
							parent
							
								
									c6951bf7c6
								
							
						
					
					
						commit
						d868a7e170
					
				| @ -4,19 +4,21 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 5ffe9aad9a8d42370e7c53db27c2aab90c310ea824df58e47707ba92329ac299 | -- hash: 19cc8738c48783e5870fac80991f6bf0e6477e4793cb4ae129f80ab5cbd8ae66 | ||||||
| 
 | 
 | ||||||
| name:           hledger-lib | name:           hledger-lib | ||||||
| version:        1.17.99 | version:        1.17.99 | ||||||
| synopsis:       Core data types, parsers and functionality for the hledger accounting tools | synopsis:       A reusable library providing the core functionality of hledger | ||||||
| description:    This is a reusable library containing hledger's core functionality. | description:    A reusable library containing hledger's core functionality. | ||||||
|  |                 This is used by most hledger* packages so that they support the same | ||||||
|  |                 common file formats, command line options, reports etc. | ||||||
|                 . |                 . | ||||||
|                 hledger is a cross-platform program for tracking money, time, or |                 hledger is a robust, cross-platform set of tools for tracking money, | ||||||
|                 any other commodity, using double-entry accounting and a simple, |                 time, or any other commodity, using double-entry accounting and a | ||||||
|                 editable file format. It is inspired by and largely compatible |                 simple, editable file format, with command-line, terminal and web | ||||||
|                 with ledger(1).  hledger provides command-line, terminal and web |                 interfaces. It is a Haskell rewrite of Ledger, and one of the leading | ||||||
|                 interfaces, and aims to be a reliable, practical tool for daily |                 implementations of Plain Text Accounting. Read more at: | ||||||
|                 use. |                 <https://hledger.org> | ||||||
| category:       Finance | category:       Finance | ||||||
| stability:      stable | stability:      stable | ||||||
| homepage:       http://hledger.org | homepage:       http://hledger.org | ||||||
|  | |||||||
| @ -4,21 +4,21 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 92600fca2b0ed53986e26860ce1398c10d21b89a1579bc59fcd71fb60b6fce46 | -- hash: 76dd8202347b0b6bd281e63b12c23f9d78f883f5df667d0a7eb10358e48488cf | ||||||
| 
 | 
 | ||||||
| name:           hledger-ui | name:           hledger-ui | ||||||
| version:        1.17.99 | version:        1.17.99 | ||||||
| synopsis:       Terminal user interface for the hledger accounting tool | synopsis:       Curses-style terminal interface for the hledger accounting system | ||||||
| description:    This is hledger's terminal interface. | description:    A simple curses-style terminal user interface for the hledger accounting system. | ||||||
|                 It is simpler and more convenient for browsing data than the command-line interface, |                 It can be a more convenient way to browse your accounts than the CLI. | ||||||
|                 but lighter and faster than hledger-web. |                 This package currently does not support Microsoft Windows, except in WSL. | ||||||
|                 . |                 . | ||||||
|                 hledger is a cross-platform program for tracking money, time, or |                 hledger is a robust, cross-platform set of tools for tracking money, | ||||||
|                 any other commodity, using double-entry accounting and a simple, |                 time, or any other commodity, using double-entry accounting and a | ||||||
|                 editable file format. It is inspired by and largely compatible |                 simple, editable file format, with command-line, terminal and web | ||||||
|                 with ledger(1).  hledger provides command-line, terminal and web |                 interfaces. It is a Haskell rewrite of Ledger, and one of the leading | ||||||
|                 interfaces, and aims to be a reliable, practical tool for daily |                 implementations of Plain Text Accounting. Read more at: | ||||||
|                 use. |                 <https://hledger.org> | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| stability:      stable | stability:      stable | ||||||
| homepage:       http://hledger.org | homepage:       http://hledger.org | ||||||
|  | |||||||
| @ -4,21 +4,22 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 2474c02ea62c4eb4dd3bb46d56e2d214f0c33683452b05408052e2d9b5bb1157 | -- hash: ee831e04f5916ac4c5eda1a96484a1dee5d9a8e508df36838c0c7df5fd7dcdf1 | ||||||
| 
 | 
 | ||||||
| name:           hledger-web | name:           hledger-web | ||||||
| version:        1.17.99 | version:        1.17.99 | ||||||
| synopsis:       Web interface for the hledger accounting tool | synopsis:       Web-based user interface for the hledger accounting system | ||||||
| description:    This is hledger's web interface. | description:    A simple web-based user interface for the hledger accounting system, | ||||||
|                 It provides a more user-friendly and collaborative UI than the |                 providing a more modern UI than the command-line or terminal interfaces. | ||||||
|                 command-line or terminal interfaces. |                 It can be used as a local single-user UI, or as a multi-user UI for | ||||||
|  |                 viewing/adding/editing on the web. | ||||||
|                 . |                 . | ||||||
|                 hledger is a cross-platform program for tracking money, time, or |                 hledger is a robust, cross-platform set of tools for tracking money, | ||||||
|                 any other commodity, using double-entry accounting and a simple, |                 time, or any other commodity, using double-entry accounting and a | ||||||
|                 editable file format. It is inspired by and largely compatible |                 simple, editable file format, with command-line, terminal and web | ||||||
|                 with ledger(1).  hledger provides command-line, terminal and web |                 interfaces. It is a Haskell rewrite of Ledger, and one of the leading | ||||||
|                 interfaces, and aims to be a reliable, practical tool for daily |                 implementations of Plain Text Accounting. Read more at: | ||||||
|                 use. |                 <https://hledger.org> | ||||||
| category:       Finance | category:       Finance | ||||||
| stability:      stable | stability:      stable | ||||||
| homepage:       http://hledger.org | homepage:       http://hledger.org | ||||||
|  | |||||||
| @ -4,21 +4,21 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 964391a6dcd52eb0f20e5d1d9c0b882aa18bcc2f569c7ef5cad1f4eba1da0820 | -- hash: 0ec2a88547ffda01cea5bd83d47ce4a94f896591c3e932e81e5ee7e1355af1fa | ||||||
| 
 | 
 | ||||||
| name:           hledger | name:           hledger | ||||||
| version:        1.17.99 | version:        1.17.99 | ||||||
| synopsis:       Command-line interface for the hledger accounting tool | synopsis:       Command-line interface for the hledger accounting system | ||||||
| description:    This is hledger's command-line interface. | description:    The command-line interface for the hledger accounting system. | ||||||
|                 Its basic function is to read a plain text file describing |                 Its basic function is to read a plain text file describing | ||||||
|                 financial transactions and produce useful reports. |                 financial transactions and produce useful reports. | ||||||
|                 . |                 . | ||||||
|                 hledger is a cross-platform program for tracking money, time, or |                 hledger is a robust, cross-platform set of tools for tracking money, | ||||||
|                 any other commodity, using double-entry accounting and a simple, |                 time, or any other commodity, using double-entry accounting and a | ||||||
|                 editable file format. It is inspired by and largely compatible |                 simple, editable file format, with command-line, terminal and web | ||||||
|                 with ledger(1).  hledger provides command-line, terminal and web |                 interfaces. It is a Haskell rewrite of Ledger, and one of the leading | ||||||
|                 interfaces, and aims to be a reliable, practical tool for daily |                 implementations of Plain Text Accounting. Read more at: | ||||||
|                 use. |                 <https://hledger.org> | ||||||
| category:       Finance, Console | category:       Finance, Console | ||||||
| stability:      stable | stability:      stable | ||||||
| homepage:       http://hledger.org | homepage:       http://hledger.org | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user