update cabal files
This commit is contained in:
		
							parent
							
								
									2db2010e40
								
							
						
					
					
						commit
						6ebb1fb061
					
				| @ -2,10 +2,10 @@ | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: c30ba28c4fb8d8763b4cb710dc6aa957af07ff28f34e9605997b798d33ad7e18 | -- hash: f3634e33165cee47d5e654d9261a1c38195c0466a0c52c659e5833033a73416a | ||||||
| 
 | 
 | ||||||
| name:           hledger-api | name:           hledger-api | ||||||
| version:        1.5.99 | version:        1.9 | ||||||
| synopsis:       Web API server for the hledger accounting tool | synopsis:       Web API server for the hledger accounting tool | ||||||
| description:    This is a simple web API server for hledger data. | description:    This is a simple web API server for hledger data. | ||||||
|                 It comes with a series of simple client-side web app examples. |                 It comes with a series of simple client-side web app examples. | ||||||
| @ -44,7 +44,7 @@ source-repository head | |||||||
| executable hledger-api | executable hledger-api | ||||||
|   main-is: hledger-api.hs |   main-is: hledger-api.hs | ||||||
|   ghc-options: -threaded |   ghc-options: -threaded | ||||||
|   cpp-options: -DVERSION="1.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal |       Decimal | ||||||
|     , aeson |     , aeson | ||||||
| @ -53,8 +53,8 @@ executable hledger-api | |||||||
|     , containers |     , containers | ||||||
|     , docopt |     , docopt | ||||||
|     , either |     , either | ||||||
|     , hledger >=1.5.99 && <1.6 |     , hledger >=1.9 && <2.0 | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , microlens >=0.4 |     , microlens >=0.4 | ||||||
|     , microlens-platform >=0.2.3.1 |     , microlens-platform >=0.2.3.1 | ||||||
|     , safe |     , safe | ||||||
|  | |||||||
| @ -2,10 +2,10 @@ | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 21873c0ac1e00f2a6e66acd45ea6227985b0af5b1e586bbffb54404c3384bb93 | -- hash: 151fb38a89818af88d66f068ef87e0af6f8497b1ef11ab825558b8147952c88d | ||||||
| 
 | 
 | ||||||
| name:           hledger-lib | name:           hledger-lib | ||||||
| version:        1.5.99 | version:        1.9 | ||||||
| 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. | ||||||
|                 . |                 . | ||||||
|  | |||||||
| @ -2,10 +2,10 @@ | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: aeeb8e437253815b541ebabaa1d968a0f58b3860e9b33c92639bb8ad87652c44 | -- hash: cea777a487df72770055345666488fc9985b6adfc88526e59c3a6867e4768811 | ||||||
| 
 | 
 | ||||||
| name:           hledger-ui | name:           hledger-ui | ||||||
| version:        1.5.99 | version:        1.9 | ||||||
| synopsis:       Curses-style user interface for the hledger accounting tool | synopsis:       Curses-style user interface for the hledger accounting tool | ||||||
| description:    This is hledger's curses-style interface. | description:    This is hledger's curses-style interface. | ||||||
|                 It is simpler and more convenient for browsing data than the command-line interface, |                 It is simpler and more convenient for browsing data than the command-line interface, | ||||||
| @ -50,7 +50,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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       HUnit |       HUnit | ||||||
|     , ansi-terminal >=0.6.2.3 |     , ansi-terminal >=0.6.2.3 | ||||||
| @ -63,8 +63,8 @@ executable hledger-ui | |||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , fsnotify >=0.2 |     , fsnotify >=0.2 | ||||||
|     , hledger >=1.5.99 && <1.6 |     , hledger >=1.9 && <2.0 | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , megaparsec >=5.0 |     , megaparsec >=5.0 | ||||||
|     , microlens >=0.4 |     , microlens >=0.4 | ||||||
|     , microlens-platform >=0.2.3.1 |     , microlens-platform >=0.2.3.1 | ||||||
|  | |||||||
| @ -2,10 +2,10 @@ | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 6ac6cd9a90e98fd627995426fa393603f35dca08c92fc04aa7d07a9265925172 | -- hash: 9bcbee0a35b7edb9342cc7f08113385a491beb872a21b2f157a65106c4dea4dd | ||||||
| 
 | 
 | ||||||
| name:           hledger-web | name:           hledger-web | ||||||
| version:        1.5.99 | version:        1.9 | ||||||
| synopsis:       Web interface for the hledger accounting tool | synopsis:       Web interface for the hledger accounting tool | ||||||
| description:    This is hledger's web interface. | description:    This is hledger's web interface. | ||||||
|                 It provides a more user-friendly and collaborative UI than the |                 It provides a more user-friendly and collaborative UI than the | ||||||
| @ -122,7 +122,7 @@ flag threaded | |||||||
| 
 | 
 | ||||||
| library | library | ||||||
|   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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       HUnit |       HUnit | ||||||
|     , base >=4.8 && <4.12 |     , base >=4.8 && <4.12 | ||||||
| @ -137,8 +137,8 @@ library | |||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , hjsmin |     , hjsmin | ||||||
|     , hledger >=1.5.99 && <1.6 |     , hledger >=1.9 && <2.0 | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , http-client |     , http-client | ||||||
|     , http-conduit |     , http-conduit | ||||||
|     , json |     , json | ||||||
| @ -190,7 +190,7 @@ executable hledger-web | |||||||
|   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 |   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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       HUnit |       HUnit | ||||||
|     , base >=4.8 && <4.12 |     , base >=4.8 && <4.12 | ||||||
| @ -205,8 +205,8 @@ executable hledger-web | |||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , hjsmin |     , hjsmin | ||||||
|     , hledger >=1.5.99 && <1.6 |     , hledger >=1.9 && <2.0 | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , hledger-web |     , hledger-web | ||||||
|     , http-client |     , http-client | ||||||
|     , http-conduit |     , http-conduit | ||||||
| @ -247,7 +247,7 @@ test-suite test | |||||||
|   hs-source-dirs: |   hs-source-dirs: | ||||||
|       tests |       tests | ||||||
|   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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       HUnit |       HUnit | ||||||
|     , base >=4.8 && <4.12 |     , base >=4.8 && <4.12 | ||||||
| @ -262,8 +262,8 @@ test-suite test | |||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , hjsmin |     , hjsmin | ||||||
|     , hledger >=1.5.99 && <1.6 |     , hledger >=1.9 && <2.0 | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , hledger-web |     , hledger-web | ||||||
|     , hspec |     , hspec | ||||||
|     , http-client |     , http-client | ||||||
|  | |||||||
| @ -2,10 +2,10 @@ | |||||||
| -- | -- | ||||||
| -- see: https://github.com/sol/hpack | -- see: https://github.com/sol/hpack | ||||||
| -- | -- | ||||||
| -- hash: 55fabc3fc9d798a398158f5c654864f700cf79ce83c0ae8fc2af05f2b545a9dd | -- hash: 99eb38f5627e64b90fe33622dba3444cfb4f1d57f69c12b19731fb061f2b896a | ||||||
| 
 | 
 | ||||||
| name:           hledger | name:           hledger | ||||||
| version:        1.5.99 | version:        1.9 | ||||||
| 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 | ||||||
| @ -78,7 +78,7 @@ flag threaded | |||||||
| 
 | 
 | ||||||
| library | library | ||||||
|   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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal |       Decimal | ||||||
|     , Diff |     , Diff | ||||||
| @ -97,7 +97,7 @@ library | |||||||
|     , hashable >=1.2.4 |     , hashable >=1.2.4 | ||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , here |     , here | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , lucid |     , lucid | ||||||
|     , megaparsec >=5.0 |     , megaparsec >=5.0 | ||||||
|     , mtl |     , mtl | ||||||
| @ -161,7 +161,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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal |       Decimal | ||||||
|     , HUnit |     , HUnit | ||||||
| @ -179,7 +179,7 @@ executable hledger | |||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , here |     , here | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
| @ -213,7 +213,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.5.99" |   cpp-options: -DVERSION="1.9" | ||||||
|   build-depends: |   build-depends: | ||||||
|       Decimal |       Decimal | ||||||
|     , HUnit |     , HUnit | ||||||
| @ -231,7 +231,7 @@ test-suite test | |||||||
|     , haskeline >=0.6 |     , haskeline >=0.6 | ||||||
|     , here |     , here | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
| @ -275,7 +275,7 @@ benchmark bench | |||||||
|     , filepath |     , filepath | ||||||
|     , here |     , here | ||||||
|     , hledger |     , hledger | ||||||
|     , hledger-lib >=1.5.99 && <1.6 |     , hledger-lib >=1.9 && <2.0 | ||||||
|     , html |     , html | ||||||
|     , pretty-show >=1.6.4 |     , pretty-show >=1.6.4 | ||||||
|     , process |     , process | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user