remove upper bounds on all but hledger* and base
It's rare that my deps break their api or that newer versions must be avoided, and very common that they release new versions which I must tediously and promptly test and release hackage revisions for or risk falling out of stackage. Trying it this way for a bit.
This commit is contained in:
		
							parent
							
								
									26d1f10ef1
								
							
						
					
					
						commit
						667a1d7e59
					
				| @ -41,12 +41,12 @@ dependencies: | |||||||
| - Decimal | - Decimal | ||||||
| - docopt | - docopt | ||||||
| - either | - either | ||||||
| - microlens >=0.4 && <0.5 | - microlens >=0.4 | ||||||
| - microlens-platform >=0.2.3.1 && <0.4 | - microlens-platform >=0.2.3.1 | ||||||
| - safe | - safe | ||||||
| - servant-server >=0.10 | - servant-server >=0.10 | ||||||
| - servant-swagger | - servant-swagger | ||||||
| - swagger2 >=2.0 && <2.3 | - swagger2 >=2.0 | ||||||
| - text | - text | ||||||
| - transformers | - transformers | ||||||
| - wai | - wai | ||||||
|  | |||||||
| @ -41,11 +41,11 @@ data-files: | |||||||
| dependencies: | dependencies: | ||||||
| - base >=4.8 && <5 | - base >=4.8 && <5 | ||||||
| - base-compat >=0.8.1 | - base-compat >=0.8.1 | ||||||
| - ansi-terminal >=0.6.2.3 && <0.9 | - ansi-terminal >=0.6.2.3 | ||||||
| - array | - array | ||||||
| - blaze-markup >=0.5.1 | - blaze-markup >=0.5.1 | ||||||
| - bytestring | - bytestring | ||||||
| - cmdargs >=0.10 && <0.11 | - cmdargs >=0.10 | ||||||
| - containers | - containers | ||||||
| - csv | - csv | ||||||
| - data-default >=0.5 | - data-default >=0.5 | ||||||
| @ -54,7 +54,7 @@ dependencies: | |||||||
| - directory | - directory | ||||||
| - filepath | - filepath | ||||||
| - hashtables >=1.2 | - hashtables >=1.2 | ||||||
| - megaparsec >=5.0 && <6.5 | - megaparsec >=5.0 | ||||||
| - mtl | - mtl | ||||||
| - mtl-compat | - mtl-compat | ||||||
| - old-time | - old-time | ||||||
| @ -63,12 +63,12 @@ dependencies: | |||||||
| - regex-tdfa | - regex-tdfa | ||||||
| - safe >=0.2 | - safe >=0.2 | ||||||
| - semigroups | - semigroups | ||||||
| - split >=0.1 && <0.3 | - split >=0.1 | ||||||
| - text >=1.2 && <1.3 | - text >=1.2 | ||||||
| - time >=1.5 | - time >=1.5 | ||||||
| - transformers >=0.2 && <0.6 | - transformers >=0.2 | ||||||
| - uglymemo | - uglymemo | ||||||
| - utf8-string >=0.3.5 && <1.1 | - utf8-string >=0.3.5 | ||||||
| - HUnit | - HUnit | ||||||
| - extra | - extra | ||||||
| # for ledger-parse: | # for ledger-parse: | ||||||
|  | |||||||
| @ -42,7 +42,7 @@ cpp-options: -DVERSION="1.4.99" | |||||||
| dependencies: | dependencies: | ||||||
|  - hledger >=1.4.99 && <1.5 |  - hledger >=1.4.99 && <1.5 | ||||||
|  - hledger-lib >=1.4.99 && <1.5 |  - hledger-lib >=1.4.99 && <1.5 | ||||||
|  - ansi-terminal >=0.6.2.3 && <0.9 |  - ansi-terminal >=0.6.2.3 | ||||||
|  - async |  - async | ||||||
|  - base >=4.8 && <5 |  - base >=4.8 && <5 | ||||||
|  - base-compat >=0.8.1 |  - base-compat >=0.8.1 | ||||||
| @ -51,17 +51,17 @@ dependencies: | |||||||
|  - data-default |  - data-default | ||||||
|  - directory |  - directory | ||||||
|  - filepath |  - filepath | ||||||
|  - fsnotify >=0.2 && <0.3 |  - fsnotify >=0.2 | ||||||
|  - HUnit |  - HUnit | ||||||
|  - microlens >=0.4 && <0.5 |  - microlens >=0.4 | ||||||
|  - microlens-platform >=0.2.3.1 && <0.4 |  - microlens-platform >=0.2.3.1 | ||||||
|  - megaparsec >=5.0 && <6.5 |  - megaparsec >=5.0 | ||||||
|  - pretty-show >=1.6.4 |  - pretty-show >=1.6.4 | ||||||
|  - process >=1.2 |  - process >=1.2 | ||||||
|  - safe >=0.2 |  - safe >=0.2 | ||||||
|  - split >=0.1 && <0.3 |  - split >=0.1 | ||||||
|  - text >=1.2 && <1.3 |  - text >=1.2 | ||||||
|  - text-zipper >=0.4 && <0.11 |  - text-zipper >=0.4 | ||||||
|  - time >=1.5 |  - time >=1.5 | ||||||
|  - transformers |  - transformers | ||||||
|  - vector |  - vector | ||||||
| @ -82,8 +82,8 @@ when: | |||||||
|      buildable: false |      buildable: false | ||||||
|    else: |    else: | ||||||
|      dependencies: |      dependencies: | ||||||
|        - brick >=0.12 && <0.31 |        - brick >=0.12 | ||||||
|        - vty >=5.5 && <5.20 |        - vty >=5.5 | ||||||
| 
 | 
 | ||||||
| executables: | executables: | ||||||
|   hledger-ui: |   hledger-ui: | ||||||
|  | |||||||
| @ -70,7 +70,7 @@ dependencies: | |||||||
| - blaze-markup | - blaze-markup | ||||||
| - bytestring | - bytestring | ||||||
| - clientsession | - clientsession | ||||||
| - cmdargs >=0.10 && <0.11 | - cmdargs >=0.10 | ||||||
| - data-default | - data-default | ||||||
| - directory | - directory | ||||||
| - filepath | - filepath | ||||||
| @ -80,9 +80,9 @@ dependencies: | |||||||
| - HUnit | - HUnit | ||||||
| - conduit-extra >=1.1 | - conduit-extra >=1.1 | ||||||
| - safe >=0.2 | - safe >=0.2 | ||||||
| - shakespeare >=2.0.2.2 && <2.1 | - shakespeare >=2.0.2.2 | ||||||
| - template-haskell | - template-haskell | ||||||
| - text >=1.2 && <1.3 | - text >=1.2 | ||||||
| - time >=1.5 | - time >=1.5 | ||||||
| - transformers | - transformers | ||||||
| - wai | - wai | ||||||
| @ -90,12 +90,12 @@ dependencies: | |||||||
| - wai-handler-launch >=1.3 | - wai-handler-launch >=1.3 | ||||||
| - warp | - warp | ||||||
| - yaml | - yaml | ||||||
| - yesod >=1.4 && <1.5 | - yesod >=1.4 | ||||||
| - yesod-core | - yesod-core | ||||||
| - yesod-form | - yesod-form | ||||||
| - yesod-static | - yesod-static | ||||||
| - json | - json | ||||||
| - megaparsec >=5.0 && <6.5 | - megaparsec >=5.0 | ||||||
| - mtl | - mtl | ||||||
| - parsec >=3 | - parsec >=3 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -75,16 +75,16 @@ ghc-options: | |||||||
| dependencies: | dependencies: | ||||||
| - base >=4.8 && <5 | - base >=4.8 && <5 | ||||||
| - base-compat >=0.8.1 | - base-compat >=0.8.1 | ||||||
| - ansi-terminal >=0.6.2.3 && <0.9 | - ansi-terminal >=0.6.2.3 | ||||||
| - directory | - directory | ||||||
| - file-embed >=0.0.10 && <0.1 | - file-embed >=0.0.10 | ||||||
| - filepath | - filepath | ||||||
| - here | - here | ||||||
| - pretty-show >=1.6.4 | - pretty-show >=1.6.4 | ||||||
| - process | - process | ||||||
| - shakespeare >=2.0.2.2 && <2.1 | - shakespeare >=2.0.2.2 | ||||||
| - temporary | - temporary | ||||||
| - tabular >=0.2 && <0.3 | - tabular >=0.2 | ||||||
| - time >=1.5 | - time >=1.5 | ||||||
| - utility-ht >=0.0.13 | - utility-ht >=0.0.13 | ||||||
| - hledger-lib >=1.4.99 && <1.5 | - hledger-lib >=1.4.99 && <1.5 | ||||||
| @ -131,24 +131,24 @@ library: | |||||||
|   - bytestring |   - bytestring | ||||||
|   - containers |   - containers | ||||||
|   - unordered-containers |   - unordered-containers | ||||||
|   - cmdargs >=0.10 && <0.11 |   - cmdargs >=0.10 | ||||||
|   - csv |   - csv | ||||||
|   - data-default >=0.5 |   - data-default >=0.5 | ||||||
|   - Diff |   - Diff | ||||||
|   - hashable >=1.2.4 |   - hashable >=1.2.4 | ||||||
|   - haskeline >=0.6 && <=0.8 |   - haskeline >=0.6 | ||||||
|   - HUnit |   - HUnit | ||||||
|   - mtl |   - mtl | ||||||
|   - mtl-compat |   - mtl-compat | ||||||
|   - old-time |   - old-time | ||||||
|   - megaparsec >=5.0 && <6.5 |   - megaparsec >=5.0 | ||||||
|   - regex-tdfa |   - regex-tdfa | ||||||
|   - safe >=0.2 |   - safe >=0.2 | ||||||
|   - split >=0.1 && <0.3 |   - split >=0.1 | ||||||
|   - transformers |   - transformers | ||||||
|   - text >=0.11 |   - text >=0.11 | ||||||
|   - utf8-string >=0.3.5 && <1.1 |   - utf8-string >=0.3.5 | ||||||
|   - wizards ==1.0.* |   - wizards >=1.0 | ||||||
|   - Decimal |   - Decimal | ||||||
| 
 | 
 | ||||||
| executables: | executables: | ||||||
| @ -164,10 +164,10 @@ executables: | |||||||
|     - bytestring |     - bytestring | ||||||
|     - containers |     - containers | ||||||
|     - unordered-containers |     - unordered-containers | ||||||
|     - cmdargs >=0.10 && <0.11 |     - cmdargs >=0.10 | ||||||
|     - csv |     - csv | ||||||
|     - data-default >=0.5 |     - data-default >=0.5 | ||||||
|     - haskeline >=0.6 && <=0.8 |     - haskeline >=0.6 | ||||||
|     - HUnit |     - HUnit | ||||||
|     - mtl |     - mtl | ||||||
|     - mtl-compat |     - mtl-compat | ||||||
| @ -175,10 +175,10 @@ executables: | |||||||
|     - parsec >=3 |     - parsec >=3 | ||||||
|     - regex-tdfa |     - regex-tdfa | ||||||
|     - safe >=0.2 |     - safe >=0.2 | ||||||
|     - split >=0.1 && <0.3 |     - split >=0.1 | ||||||
|     - text >=0.11 |     - text >=0.11 | ||||||
|     - utf8-string >=0.3.5 && <1.1 |     - utf8-string >=0.3.5 | ||||||
|     - wizards ==1.0.* |     - wizards >=1.0 | ||||||
|     - Decimal |     - Decimal | ||||||
| 
 | 
 | ||||||
| tests: | tests: | ||||||
| @ -191,10 +191,10 @@ tests: | |||||||
|     - bytestring |     - bytestring | ||||||
|     - containers |     - containers | ||||||
|     - unordered-containers |     - unordered-containers | ||||||
|     - cmdargs >=0.10 && <0.11 |     - cmdargs >=0.10 | ||||||
|     - csv |     - csv | ||||||
|     - data-default >=0.5 |     - data-default >=0.5 | ||||||
|     - haskeline >=0.6 && <=0.8 |     - haskeline >=0.6 | ||||||
|     - HUnit |     - HUnit | ||||||
|     - mtl |     - mtl | ||||||
|     - mtl-compat |     - mtl-compat | ||||||
| @ -202,10 +202,10 @@ tests: | |||||||
|     - parsec >=3 |     - parsec >=3 | ||||||
|     - regex-tdfa |     - regex-tdfa | ||||||
|     - safe >=0.2 |     - safe >=0.2 | ||||||
|     - split >=0.1 && <0.3 |     - split >=0.1 | ||||||
|     - text >=0.11 |     - text >=0.11 | ||||||
|     - utf8-string >=0.3.5 && <1.1 |     - utf8-string >=0.3.5 | ||||||
|     - wizards ==1.0.* |     - wizards >=1.0 | ||||||
|     - Decimal |     - Decimal | ||||||
|     - test-framework |     - test-framework | ||||||
|     - test-framework-hunit |     - test-framework-hunit | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user