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:
Thomas Hallgren
2019-01-16 14:42:34 +01:00
parent f32d222e71
commit 5fe963dd02

View File

@@ -97,8 +97,8 @@ Library
--if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto
extensions:
NoMonadFailDesugaring
if impl(ghc>=8.6)
Default-extensions: NoMonadFailDesugaring
exposed-modules:
PGF