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