summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Haskell.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Haskell.hs')
-rw-r--r--src/compiler/GF/Haskell.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Haskell.hs b/src/compiler/GF/Haskell.hs
index e2156ac5d..57601c1d5 100644
--- a/src/compiler/GF/Haskell.hs
+++ b/src/compiler/GF/Haskell.hs
@@ -1,6 +1,7 @@
-- | Abstract syntax and a pretty printer for a subset of Haskell
{-# LANGUAGE DeriveFunctor #-}
module GF.Haskell where
+import Prelude hiding ((<>)) -- GHC 8.4.1 clash with Text.PrettyPrint
import GF.Infra.Ident(Ident,identS)
import GF.Text.Pretty