set an upper bound on megaparsec
This commit is contained in:
		
							parent
							
								
									2752b0e98c
								
							
						
					
					
						commit
						ee2ced7f65
					
				| @ -68,7 +68,7 @@ library | |||||||
|     , deepseq |     , deepseq | ||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , megaparsec >=5 |     , megaparsec >=5 && < 5.1 | ||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
| @ -158,7 +158,7 @@ test-suite doctests | |||||||
|     , deepseq |     , deepseq | ||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , megaparsec >=5 |     , megaparsec >=5 && < 5.1 | ||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
| @ -198,7 +198,7 @@ test-suite hunittests | |||||||
|     , deepseq |     , deepseq | ||||||
|     , directory |     , directory | ||||||
|     , filepath |     , filepath | ||||||
|     , megaparsec >=5 |     , megaparsec >=5 && < 5.1 | ||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
|  | |||||||
| @ -52,7 +52,7 @@ dependencies: | |||||||
| - deepseq | - deepseq | ||||||
| - directory | - directory | ||||||
| - filepath | - filepath | ||||||
| - megaparsec >=5 | - megaparsec >=5 && < 5.1 | ||||||
| - mtl | - mtl | ||||||
| - mtl-compat | - mtl-compat | ||||||
| - old-time | - old-time | ||||||
|  | |||||||
| @ -159,7 +159,7 @@ library | |||||||
|         , yesod-form |         , yesod-form | ||||||
|         , yesod-static |         , yesod-static | ||||||
|         , json |         , json | ||||||
|         , megaparsec >=5 |         , megaparsec >=5 && < 5.1 | ||||||
|         , mtl |         , mtl | ||||||
|     if (flag(dev)) || (flag(library-only)) |     if (flag(dev)) || (flag(library-only)) | ||||||
|         cpp-options: -DDEVELOPMENT |         cpp-options: -DDEVELOPMENT | ||||||
|  | |||||||
| @ -119,7 +119,7 @@ library: | |||||||
|   - Settings.Development |   - Settings.Development | ||||||
|   - Settings.StaticFiles |   - Settings.StaticFiles | ||||||
|   dependencies: |   dependencies: | ||||||
|   - megaparsec >=5 |   - megaparsec >=5 && < 5.1 | ||||||
|   - mtl |   - mtl | ||||||
|   when: |   when: | ||||||
|   - condition: (flag(dev)) || (flag(library-only)) |   - condition: (flag(dev)) || (flag(library-only)) | ||||||
|  | |||||||
| @ -104,7 +104,7 @@ library | |||||||
|     , mtl |     , mtl | ||||||
|     , mtl-compat |     , mtl-compat | ||||||
|     , old-time |     , old-time | ||||||
|     , megaparsec >=5 |     , megaparsec >=5 && < 5.1 | ||||||
|     , regex-tdfa |     , regex-tdfa | ||||||
|     , safe >=0.2 |     , safe >=0.2 | ||||||
|     , split >=0.1 && <0.3 |     , split >=0.1 && <0.3 | ||||||
|  | |||||||
| @ -117,7 +117,7 @@ library: | |||||||
|   - mtl |   - mtl | ||||||
|   - mtl-compat |   - mtl-compat | ||||||
|   - old-time |   - old-time | ||||||
|   - megaparsec >=5 |   - megaparsec >=5 && < 5.1 | ||||||
|   - regex-tdfa |   - regex-tdfa | ||||||
|   - safe >=0.2 |   - safe >=0.2 | ||||||
|   - split >=0.1 && <0.3 |   - split >=0.1 && <0.3 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user