From ee5ac81dfcd8856ca64c6a6aa65c6e47a3214da9 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 4 Dec 2018 10:31:53 +0100 Subject: Make GF compile with GHC 8.6.2 - Re-implement `Distribution.Simple.BuildPaths.exeExtension` - Turn off `MonadFailDesugaring` Tested with GHC: - 7.10.3 - 8.0.2 - 8.2.2 - 8.4.3 - 8.6.2 Yay Stack! --- gf.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 4ec02950c..28aa82f99 100644 --- a/gf.cabal +++ b/gf.cabal @@ -98,6 +98,7 @@ Library -- ghc-options: +RTS -A20M -RTS ghc-prof-options: -fprof-auto extensions: + NoMonadFailDesugaring exposed-modules: PGF -- cgit v1.2.3