Exclude GHC 7.8 as a valid compiler
Because it has transformers-0.3 baked in, and that is too old
This commit is contained in:
		
							parent
							
								
									3584655118
								
							
						
					
					
						commit
						14972cacd6
					
				| @ -27,6 +27,11 @@ Description: | |||||||
| Category:               GHC, Development | Category:               GHC, Development | ||||||
| Cabal-Version:          >= 1.14 | Cabal-Version:          >= 1.14 | ||||||
| Build-Type:             Custom | Build-Type:             Custom | ||||||
|  | Tested-With:           GHC == 7.6.3 | ||||||
|  |                      -- Note: GHC 7.8.4 not supported due to very old bundled transformers | ||||||
|  |                      , GHC == 7.10.3 | ||||||
|  |                      , GHC == 8.0.1 | ||||||
|  |                      , GHC == 8.0.2 | ||||||
| Data-Files:             elisp/Makefile | Data-Files:             elisp/Makefile | ||||||
|                         elisp/*.el |                         elisp/*.el | ||||||
| Data-Files:             LICENSE COPYING.BSD3 COPYING.AGPL3 | Data-Files:             LICENSE COPYING.BSD3 COPYING.AGPL3 | ||||||
| @ -245,7 +250,7 @@ Executable ghc-modi | |||||||
|       Cpp-Options:      -DWINDOWS |       Cpp-Options:      -DWINDOWS | ||||||
|   Default-Extensions:   ConstraintKinds, FlexibleContexts |   Default-Extensions:   ConstraintKinds, FlexibleContexts | ||||||
|   HS-Source-Dirs:       src, . |   HS-Source-Dirs:       src, . | ||||||
|   Build-Depends:        base      < 5 && >= 4.0 |   Build-Depends:        base      (< 5 && > 4.7) || (>= 4.0 && < 4.7) | ||||||
|                       , binary    < 0.9 && >= 0.5.1.0 |                       , binary    < 0.9 && >= 0.5.1.0 | ||||||
|                       , deepseq   < 1.5 |                       , deepseq   < 1.5 | ||||||
|                       , directory < 1.4 |                       , directory < 1.4 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Alan Zimmerman
						Alan Zimmerman