forked from GitHub/gf-core
Fix compilation with ghc-7.10
NoMonadFailDesugaring is not supported by ghc-7.10, but it is only needed with ghc>=8.6
This commit is contained in:
4
gf.cabal
4
gf.cabal
@@ -97,8 +97,8 @@ Library
|
|||||||
--if impl(ghc>=7.8)
|
--if impl(ghc>=7.8)
|
||||||
-- ghc-options: +RTS -A20M -RTS
|
-- ghc-options: +RTS -A20M -RTS
|
||||||
ghc-prof-options: -fprof-auto
|
ghc-prof-options: -fprof-auto
|
||||||
extensions:
|
if impl(ghc>=8.6)
|
||||||
NoMonadFailDesugaring
|
Default-extensions: NoMonadFailDesugaring
|
||||||
|
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
PGF
|
PGF
|
||||||
|
|||||||
Reference in New Issue
Block a user