;update cabal files
This commit is contained in:
		
							parent
							
								
									e050790d4c
								
							
						
					
					
						commit
						5573538fdc
					
				| @ -4,10 +4,10 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 2724f18a071add9d644b3060aba58a3f4f6c71b66d88af1e8ca3f526043d461f | -- hash: 02adb18e3b7a386a8cabe65e11fdd97657bd5943ca6880e28efe9c3c8cf3db11 | ||||||
| 
 | 
 | ||||||
| name:           hledger-lib | name:           hledger-lib | ||||||
| version:        1.21 | version:        1.21.99 | ||||||
| synopsis:       A reusable library providing the core functionality of hledger | synopsis:       A reusable library providing the core functionality of hledger | ||||||
| description:    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 |                 This is used by most hledger* packages so that they support the same | ||||||
|  | |||||||
| @ -4,10 +4,10 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: d46e4712160e17959b23d613872b2441b0138dcb5a455b7403dcef42e41b695c | -- hash: 78018612e62dfc4b3839025ac9770f4943db05a05b2fc6f985ba9f1e7b87235b | ||||||
| 
 | 
 | ||||||
| name:           hledger-ui | name:           hledger-ui | ||||||
| version:        1.21 | version:        1.21.99 | ||||||
| synopsis:       Curses-style terminal interface for the hledger accounting system | synopsis:       Curses-style terminal interface for the hledger accounting system | ||||||
| description:    A simple curses-style terminal user interface for the hledger accounting system. | description:    A simple curses-style terminal user interface for the hledger accounting system. | ||||||
|                 It can be a more convenient way to browse your accounts than the CLI. |                 It can be a more convenient way to browse your accounts than the CLI. | ||||||
| @ -64,7 +64,7 @@ executable hledger-ui | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       ./. |       ./. | ||||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans |   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans | ||||||
|   cpp-options: -DVERSION="1.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       ansi-terminal >=0.9 |       ansi-terminal >=0.9 | ||||||
|     , async |     , async | ||||||
| @ -78,8 +78,8 @@ executable hledger-ui | |||||||
|     , extra >=1.6.3 |     , extra >=1.6.3 | ||||||
|     , filepath |     , filepath | ||||||
|     , fsnotify >=0.2.1.2 && <0.4 |     , fsnotify >=0.2.1.2 && <0.4 | ||||||
|     , hledger >=1.21 && <1.22 |     , hledger >=1.21.99 && <1.22 | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , megaparsec >=7.0.0 && <9.1 |     , megaparsec >=7.0.0 && <9.1 | ||||||
|     , microlens >=0.4 |     , microlens >=0.4 | ||||||
|     , microlens-platform >=0.2.3.1 |     , microlens-platform >=0.2.3.1 | ||||||
|  | |||||||
| @ -4,10 +4,10 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: c793d9fd89a3465f15601f7ef6a3f790ccd62c4f8e5139e54ca0ed071c5e2f35 | -- hash: 2592290bfd4441dcf227016b979dda37c7b6421ef61d345a4897778be8c28f9d | ||||||
| 
 | 
 | ||||||
| name:           hledger-web | name:           hledger-web | ||||||
| version:        1.21 | version:        1.21.99 | ||||||
| synopsis:       Web-based user interface for the hledger accounting system | synopsis:       Web-based user interface for the hledger accounting system | ||||||
| description:    A simple web-based user interface for the hledger accounting system, | description:    A simple web-based user interface for the hledger accounting system, | ||||||
|                 providing a more modern UI than the command-line or terminal interfaces. |                 providing a more modern UI than the command-line or terminal interfaces. | ||||||
| @ -152,7 +152,7 @@ library | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       ./. |       ./. | ||||||
|   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints |   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints | ||||||
|   cpp-options: -DVERSION="1.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal >=0.5.1 |       Decimal >=0.5.1 | ||||||
|     , aeson >=1 |     , aeson >=1 | ||||||
| @ -171,8 +171,8 @@ library | |||||||
|     , extra >=1.6.3 |     , extra >=1.6.3 | ||||||
|     , filepath |     , filepath | ||||||
|     , hjsmin |     , hjsmin | ||||||
|     , hledger >=1.21 && <1.22 |     , hledger >=1.21.99 && <1.22 | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , hspec |     , hspec | ||||||
|     , http-client |     , http-client | ||||||
|     , http-conduit |     , http-conduit | ||||||
| @ -212,7 +212,7 @@ executable hledger-web | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       app |       app | ||||||
|   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints |   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints | ||||||
|   cpp-options: -DVERSION="1.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       base |       base | ||||||
|     , hledger-web |     , hledger-web | ||||||
| @ -232,7 +232,7 @@ test-suite test | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       test |       test | ||||||
|   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints |   ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints | ||||||
|   cpp-options: -DVERSION="1.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       base |       base | ||||||
|     , hledger |     , hledger | ||||||
|  | |||||||
| @ -4,10 +4,10 @@ cabal-version: 1.12 | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 3afe815d2abe85ffcf77c10725c143f523394685d99d60c6066bd617e596317b | -- hash: e250f3207d8d8a8460ab4b7b412c39e93bdf4dbdb025f789e2aed860ba1b8087 | ||||||
| 
 | 
 | ||||||
| name:           hledger | name:           hledger | ||||||
| version:        1.21 | version:        1.21.99 | ||||||
| synopsis:       Command-line interface for the hledger accounting system | synopsis:       Command-line interface for the hledger accounting system | ||||||
| description:    The command-line interface for the hledger accounting system. | 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 | ||||||
| @ -136,7 +136,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.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal >=0.5.1 |       Decimal >=0.5.1 | ||||||
|     , Diff |     , Diff | ||||||
| @ -153,7 +153,7 @@ library | |||||||
|     , filepath |     , filepath | ||||||
|     , hashable >=1.2.4 |     , hashable >=1.2.4 | ||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , lucid |     , lucid | ||||||
|     , math-functions >=0.3.3.0 |     , math-functions >=0.3.3.0 | ||||||
|     , megaparsec >=7.0.0 && <9.1 |     , megaparsec >=7.0.0 && <9.1 | ||||||
| @ -187,7 +187,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.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal >=0.5.1 |       Decimal >=0.5.1 | ||||||
|     , aeson >=1 |     , aeson >=1 | ||||||
| @ -203,7 +203,7 @@ executable hledger | |||||||
|     , filepath |     , filepath | ||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , math-functions >=0.3.3.0 |     , math-functions >=0.3.3.0 | ||||||
|     , megaparsec >=7.0.0 && <9.1 |     , megaparsec >=7.0.0 && <9.1 | ||||||
|     , mtl >=2.2.1 |     , mtl >=2.2.1 | ||||||
| @ -237,7 +237,7 @@ test-suite unittest | |||||||
|   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.21" |   cpp-options: -DVERSION="1.21.99" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal >=0.5.1 |       Decimal >=0.5.1 | ||||||
|     , aeson >=1 |     , aeson >=1 | ||||||
| @ -253,7 +253,7 @@ test-suite unittest | |||||||
|     , filepath |     , filepath | ||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , math-functions >=0.3.3.0 |     , math-functions >=0.3.3.0 | ||||||
|     , megaparsec >=7.0.0 && <9.1 |     , megaparsec >=7.0.0 && <9.1 | ||||||
|     , mtl >=2.2.1 |     , mtl >=2.2.1 | ||||||
| @ -301,7 +301,7 @@ benchmark bench | |||||||
|     , filepath |     , filepath | ||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.21 && <1.22 |     , hledger-lib >=1.21.99 && <1.22 | ||||||
|     , html |     , html | ||||||
|     , math-functions >=0.3.3.0 |     , math-functions >=0.3.3.0 | ||||||
|     , megaparsec >=7.0.0 && <9.1 |     , megaparsec >=7.0.0 && <9.1 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user