From 14972cacd6f4c7bd15616586b93a4aaa4cac5570 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Mon, 16 Jan 2017 17:40:46 +0200 Subject: [PATCH] Exclude GHC 7.8 as a valid compiler Because it has transformers-0.3 baked in, and that is too old --- ghc-mod.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 950ac53..92f2b9b 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -27,6 +27,11 @@ Description: Category: GHC, Development Cabal-Version: >= 1.14 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 elisp/*.el Data-Files: LICENSE COPYING.BSD3 COPYING.AGPL3 @@ -245,7 +250,7 @@ Executable ghc-modi Cpp-Options: -DWINDOWS Default-Extensions: ConstraintKinds, FlexibleContexts 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 , deepseq < 1.5 , directory < 1.4