cabal: regenerate with stack 1.6/hpack 0.20
This commit is contained in:
		
							parent
							
								
									99dfcd9e90
								
							
						
					
					
						commit
						9013694d89
					
				| @ -1,6 +1,8 @@ | ||||
| -- This file has been generated from package.yaml by hpack version 0.17.1. | ||||
| -- This file has been generated from package.yaml by hpack version 0.20.0. | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: fd127179a6a5d684a9d0c26c79a1e960e8d5a8c5ae933bfe74f4243f141cbdbe | ||||
| 
 | ||||
| name:           hledger-api | ||||
| version:        1.4 | ||||
| @ -46,15 +48,15 @@ executable hledger-api | ||||
|   ghc-options: -threaded | ||||
|   cpp-options: -DVERSION="1.4" | ||||
|   build-depends: | ||||
|       hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger >= 1.4 && < 1.5 | ||||
|     , base >=4.8 && <5 | ||||
|       Decimal | ||||
|     , aeson | ||||
|     , base >=4.8 && <5 | ||||
|     , bytestring | ||||
|     , containers | ||||
|     , Decimal | ||||
|     , docopt | ||||
|     , either | ||||
|     , hledger >=1.4 && <1.5 | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , microlens >=0.4 && <0.5 | ||||
|     , microlens-platform >=0.2.3.1 && <0.4 | ||||
|     , safe | ||||
| @ -66,4 +68,6 @@ executable hledger-api | ||||
|     , wai | ||||
|     , wai-extra | ||||
|     , warp | ||||
|   other-modules: | ||||
|       Paths_hledger_api | ||||
|   default-language: Haskell2010 | ||||
|  | ||||
| @ -1,6 +1,8 @@ | ||||
| -- This file has been generated from package.yaml by hpack version 0.17.1. | ||||
| -- This file has been generated from package.yaml by hpack version 0.20.0. | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: bd2f0b8fb0ccd42bde368ee17beef1e09b0031891300059efb70f88f7e1c1e04 | ||||
| 
 | ||||
| name:           hledger-lib | ||||
| version:        1.4 | ||||
| @ -52,19 +54,21 @@ library | ||||
|       ./. | ||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , array | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-markup >=0.5.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , Decimal | ||||
|     , deepseq | ||||
|     , directory | ||||
|     , extra | ||||
|     , filepath | ||||
|     , hashtables >=1.2 | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
| @ -82,8 +86,6 @@ library | ||||
|     , transformers >=0.2 && <0.6 | ||||
|     , uglymemo | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , HUnit | ||||
|     , extra | ||||
|   exposed-modules: | ||||
|       Hledger | ||||
|       Hledger.Data | ||||
| @ -141,19 +143,23 @@ test-suite doctests | ||||
|       tests | ||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , Glob >=0.7 | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , array | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-markup >=0.5.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , Decimal | ||||
|     , deepseq | ||||
|     , directory | ||||
|     , doctest >=0.8 | ||||
|     , extra | ||||
|     , filepath | ||||
|     , hashtables >=1.2 | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
| @ -171,10 +177,6 @@ test-suite doctests | ||||
|     , transformers >=0.2 && <0.6 | ||||
|     , uglymemo | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , HUnit | ||||
|     , extra | ||||
|     , doctest >=0.8 | ||||
|     , Glob >=0.7 | ||||
|   other-modules: | ||||
|       Hledger | ||||
|       Hledger.Data | ||||
| @ -220,6 +222,7 @@ test-suite doctests | ||||
|       Hledger.Utils.Tree | ||||
|       Hledger.Utils.UTF8IOCompat | ||||
|       Text.Megaparsec.Compat | ||||
|       Paths_hledger_lib | ||||
|   default-language: Haskell2010 | ||||
| 
 | ||||
| test-suite hunittests | ||||
| @ -230,21 +233,24 @@ test-suite hunittests | ||||
|       tests | ||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , array | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-markup >=0.5.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , Decimal | ||||
|     , deepseq | ||||
|     , directory | ||||
|     , extra | ||||
|     , filepath | ||||
|     , hashtables >=1.2 | ||||
|     , hledger-lib | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , mtl | ||||
|     , mtl-compat | ||||
| @ -255,16 +261,13 @@ test-suite hunittests | ||||
|     , safe >=0.2 | ||||
|     , semigroups | ||||
|     , split >=0.1 && <0.3 | ||||
|     , test-framework | ||||
|     , test-framework-hunit | ||||
|     , text >=1.2 && <1.3 | ||||
|     , time >=1.5 | ||||
|     , transformers >=0.2 && <0.6 | ||||
|     , uglymemo | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , HUnit | ||||
|     , extra | ||||
|     , hledger-lib | ||||
|     , test-framework | ||||
|     , test-framework-hunit | ||||
|   other-modules: | ||||
|       Hledger | ||||
|       Hledger.Data | ||||
| @ -310,4 +313,5 @@ test-suite hunittests | ||||
|       Hledger.Utils.Tree | ||||
|       Hledger.Utils.UTF8IOCompat | ||||
|       Text.Megaparsec.Compat | ||||
|       Paths_hledger_lib | ||||
|   default-language: Haskell2010 | ||||
|  | ||||
| @ -1,6 +1,8 @@ | ||||
| -- This file has been generated from package.yaml by hpack version 0.17.1. | ||||
| -- This file has been generated from package.yaml by hpack version 0.20.0. | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: c00bcfd6f775d332d459686ee8b8058420f77d46d34fe308eaee51fe84a7619f | ||||
| 
 | ||||
| name:           hledger-ui | ||||
| version:        1.4 | ||||
| @ -52,8 +54,7 @@ executable hledger-ui | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       hledger >= 1.4 && < 1.5 | ||||
|     , hledger-lib >= 1.4 && < 1.5 | ||||
|       HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , async | ||||
|     , base >=4.8 && <5 | ||||
| @ -64,10 +65,11 @@ executable hledger-ui | ||||
|     , directory | ||||
|     , filepath | ||||
|     , fsnotify >=0.2 && <0.3 | ||||
|     , HUnit | ||||
|     , hledger >=1.4 && <1.5 | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , microlens >=0.4 && <0.5 | ||||
|     , microlens-platform >=0.2.3.1 && <0.4 | ||||
|     , megaparsec >=5.0 && < 6.3 | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process >=1.2 | ||||
|     , safe >=0.2 | ||||
| @ -98,4 +100,5 @@ executable hledger-ui | ||||
|       Hledger.UI.UIState | ||||
|       Hledger.UI.UITypes | ||||
|       Hledger.UI.UIUtils | ||||
|       Paths_hledger_ui | ||||
|   default-language: Haskell2010 | ||||
|  | ||||
| @ -1,6 +1,8 @@ | ||||
| -- This file has been generated from package.yaml by hpack version 0.17.1. | ||||
| -- This file has been generated from package.yaml by hpack version 0.20.0. | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: a055e6e87e8d6345efe67e94f9a716eedbcfb2d65daf650a2d5a6c75a8c466f7 | ||||
| 
 | ||||
| name:           hledger-web | ||||
| version:        1.4 | ||||
| @ -122,8 +124,7 @@ library | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger >= 1.4 && < 1.5 | ||||
|       HUnit | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-html | ||||
| @ -131,14 +132,19 @@ library | ||||
|     , bytestring | ||||
|     , clientsession | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , conduit-extra >=1.1 | ||||
|     , data-default | ||||
|     , directory | ||||
|     , filepath | ||||
|     , hjsmin | ||||
|     , http-conduit | ||||
|     , hledger >=1.4 && <1.5 | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , http-client | ||||
|     , HUnit | ||||
|     , conduit-extra >=1.1 | ||||
|     , http-conduit | ||||
|     , json | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , template-haskell | ||||
| @ -154,10 +160,6 @@ library | ||||
|     , yesod-core | ||||
|     , yesod-form | ||||
|     , yesod-static | ||||
|     , json | ||||
|     , megaparsec >=5.0 && < 6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|   if (flag(dev)) || (flag(library-only)) | ||||
|     cpp-options: -DDEVELOPMENT | ||||
|   if flag(dev) | ||||
| @ -190,8 +192,7 @@ executable hledger-web | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger >= 1.4 && < 1.5 | ||||
|       HUnit | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-html | ||||
| @ -199,14 +200,20 @@ executable hledger-web | ||||
|     , bytestring | ||||
|     , clientsession | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , conduit-extra >=1.1 | ||||
|     , data-default | ||||
|     , directory | ||||
|     , filepath | ||||
|     , hjsmin | ||||
|     , http-conduit | ||||
|     , hledger >=1.4 && <1.5 | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , hledger-web | ||||
|     , http-client | ||||
|     , HUnit | ||||
|     , conduit-extra >=1.1 | ||||
|     , http-conduit | ||||
|     , json | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , template-haskell | ||||
| @ -222,11 +229,6 @@ executable hledger-web | ||||
|     , yesod-core | ||||
|     , yesod-form | ||||
|     , yesod-static | ||||
|     , json | ||||
|     , megaparsec >=5.0 && < 6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|     , hledger-web | ||||
|   if (flag(dev)) || (flag(library-only)) | ||||
|     cpp-options: -DDEVELOPMENT | ||||
|   if flag(dev) | ||||
| @ -235,6 +237,8 @@ executable hledger-web | ||||
|     buildable: False | ||||
|   if flag(threaded) | ||||
|     ghc-options: -threaded | ||||
|   other-modules: | ||||
|       Paths_hledger_web | ||||
|   default-language: Haskell2010 | ||||
| 
 | ||||
| test-suite test | ||||
| @ -245,8 +249,7 @@ test-suite test | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger >= 1.4 && < 1.5 | ||||
|       HUnit | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , blaze-html | ||||
| @ -254,14 +257,21 @@ test-suite test | ||||
|     , bytestring | ||||
|     , clientsession | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , conduit-extra >=1.1 | ||||
|     , data-default | ||||
|     , directory | ||||
|     , filepath | ||||
|     , hjsmin | ||||
|     , http-conduit | ||||
|     , hledger >=1.4 && <1.5 | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , hledger-web | ||||
|     , hspec | ||||
|     , http-client | ||||
|     , HUnit | ||||
|     , conduit-extra >=1.1 | ||||
|     , http-conduit | ||||
|     , json | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , template-haskell | ||||
| @ -277,12 +287,6 @@ test-suite test | ||||
|     , yesod-core | ||||
|     , yesod-form | ||||
|     , yesod-static | ||||
|     , json | ||||
|     , megaparsec >=5.0 && < 6.3 | ||||
|     , mtl | ||||
|     , parsec >=3 | ||||
|     , hledger-web | ||||
|     , hspec | ||||
|     , yesod-test | ||||
|   if (flag(dev)) || (flag(library-only)) | ||||
|     cpp-options: -DDEVELOPMENT | ||||
| @ -291,4 +295,5 @@ test-suite test | ||||
|   other-modules: | ||||
|       HomeTest | ||||
|       TestImport | ||||
|       Paths_hledger_web | ||||
|   default-language: Haskell2010 | ||||
|  | ||||
| @ -1,6 +1,8 @@ | ||||
| -- This file has been generated from package.yaml by hpack version 0.17.1. | ||||
| -- This file has been generated from package.yaml by hpack version 0.20.0. | ||||
| -- | ||||
| -- see: https://github.com/sol/hpack | ||||
| -- | ||||
| -- hash: 02f720160e681e526ef52ed8f954737f447d5b0a654db2efb9f3474584db8618 | ||||
| 
 | ||||
| name:           hledger | ||||
| version:        1.4 | ||||
| @ -77,43 +79,43 @@ library | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , Diff | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , directory | ||||
|     , file-embed >=0.0.10 && <0.1 | ||||
|     , filepath | ||||
|     , here | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , temporary | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , time >=1.5 | ||||
|     , utility-ht >= 0.0.13 | ||||
|     , hledger-lib >= 1.4 && < 1.5 | ||||
|     , bytestring | ||||
|     , containers | ||||
|     , unordered-containers | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , Diff | ||||
|     , hashable >=1.2.4 | ||||
|     , haskeline >=0.6 && <=0.8 | ||||
|     , HUnit | ||||
|     , here | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , megaparsec >=5.0 && <6.3 | ||||
|     , mtl | ||||
|     , mtl-compat | ||||
|     , old-time | ||||
|     , megaparsec >=5.0 && < 6.3 | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , regex-tdfa | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , split >=0.1 && <0.3 | ||||
|     , transformers | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , temporary | ||||
|     , text >=0.11 | ||||
|     , time >=1.5 | ||||
|     , transformers | ||||
|     , unordered-containers | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , utility-ht >=0.0.13 | ||||
|     , wizards ==1.0.* | ||||
|     , Decimal | ||||
|   if (!(os(windows))) && (flag(terminfo)) | ||||
|     build-depends: | ||||
|         terminfo | ||||
| @ -159,46 +161,48 @@ executable hledger | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , directory | ||||
|     , file-embed >=0.0.10 && <0.1 | ||||
|     , filepath | ||||
|     , here | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , temporary | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , time >=1.5 | ||||
|     , utility-ht >= 0.0.13 | ||||
|     , hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger | ||||
|     , bytestring | ||||
|     , containers | ||||
|     , unordered-containers | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , haskeline >=0.6 && <=0.8 | ||||
|     , HUnit | ||||
|     , here | ||||
|     , hledger | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , mtl | ||||
|     , mtl-compat | ||||
|     , old-time | ||||
|     , parsec >=3 | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , regex-tdfa | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , split >=0.1 && <0.3 | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , temporary | ||||
|     , text >=0.11 | ||||
|     , time >=1.5 | ||||
|     , unordered-containers | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , utility-ht >=0.0.13 | ||||
|     , wizards ==1.0.* | ||||
|     , Decimal | ||||
|   if (!(os(windows))) && (flag(terminfo)) | ||||
|     build-depends: | ||||
|         terminfo | ||||
|   if flag(threaded) | ||||
|     ghc-options: -threaded | ||||
|   other-modules: | ||||
|       Paths_hledger | ||||
|   default-language: Haskell2010 | ||||
| 
 | ||||
| test-suite test | ||||
| @ -209,46 +213,48 @@ test-suite test | ||||
|   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.4" | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|       Decimal | ||||
|     , HUnit | ||||
|     , ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , bytestring | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , containers | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , directory | ||||
|     , file-embed >=0.0.10 && <0.1 | ||||
|     , filepath | ||||
|     , here | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , temporary | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , time >=1.5 | ||||
|     , utility-ht >= 0.0.13 | ||||
|     , hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger | ||||
|     , bytestring | ||||
|     , containers | ||||
|     , unordered-containers | ||||
|     , cmdargs >=0.10 && <0.11 | ||||
|     , csv | ||||
|     , data-default >=0.5 | ||||
|     , haskeline >=0.6 && <=0.8 | ||||
|     , HUnit | ||||
|     , here | ||||
|     , hledger | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , mtl | ||||
|     , mtl-compat | ||||
|     , old-time | ||||
|     , parsec >=3 | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , regex-tdfa | ||||
|     , safe >=0.2 | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , split >=0.1 && <0.3 | ||||
|     , text >=0.11 | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , wizards ==1.0.* | ||||
|     , Decimal | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , temporary | ||||
|     , test-framework | ||||
|     , test-framework-hunit | ||||
|     , text >=0.11 | ||||
|     , time >=1.5 | ||||
|     , unordered-containers | ||||
|     , utf8-string >=0.3.5 && <1.1 | ||||
|     , utility-ht >=0.0.13 | ||||
|     , wizards ==1.0.* | ||||
|   if (!(os(windows))) && (flag(terminfo)) | ||||
|     build-depends: | ||||
|         terminfo | ||||
|   other-modules: | ||||
|       Paths_hledger | ||||
|   default-language: Haskell2010 | ||||
| 
 | ||||
| benchmark bench | ||||
| @ -258,26 +264,28 @@ benchmark bench | ||||
|       bench | ||||
|   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans | ||||
|   build-depends: | ||||
|       base >=4.8 && <5 | ||||
|       ansi-terminal >=0.6.2.3 && <0.8 | ||||
|     , base >=4.8 && <5 | ||||
|     , base-compat >=0.8.1 | ||||
|     , ansi-terminal >= 0.6.2.3 && < 0.8 | ||||
|     , criterion | ||||
|     , directory | ||||
|     , file-embed >=0.0.10 && <0.1 | ||||
|     , filepath | ||||
|     , here | ||||
|     , hledger | ||||
|     , hledger-lib >=1.4 && <1.5 | ||||
|     , html | ||||
|     , pretty-show >=1.6.4 | ||||
|     , process | ||||
|     , shakespeare >=2.0.2.2 && <2.1 | ||||
|     , temporary | ||||
|     , tabular >=0.2 && <0.3 | ||||
|     , temporary | ||||
|     , time >=1.5 | ||||
|     , utility-ht >= 0.0.13 | ||||
|     , hledger-lib >= 1.4 && < 1.5 | ||||
|     , hledger | ||||
|     , criterion | ||||
|     , html | ||||
|     , timeit | ||||
|     , utility-ht >=0.0.13 | ||||
|   if (!(os(windows))) && (flag(terminfo)) | ||||
|     build-depends: | ||||
|         terminfo | ||||
|   other-modules: | ||||
|       Paths_hledger | ||||
|   default-language: Haskell2010 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user