1
0
forked from GitHub/gf-core

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!
This commit is contained in:
John J. Camilleri
2018-12-04 10:31:53 +01:00
parent 1a842efeaf
commit ee5ac81dfc
2 changed files with 6 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ Library
-- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto
extensions:
NoMonadFailDesugaring
exposed-modules:
PGF