summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-06 12:40:22 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-06 12:40:22 +0200
commitef071d9157deec9af1f2ac63dae63599affea031 (patch)
treee769c123451576019f55155164c51acd36ad8cec /src/compiler
parent15d014abb825837f0fd7c9e17d5907001135faaf (diff)
parent8005aee378725a96d5623b63fa3cc62bbc01a2b6 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Compile/PGFtoHaskell.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/PGFtoHaskell.hs b/src/compiler/GF/Compile/PGFtoHaskell.hs
index f4e3a0297..89366568d 100644
--- a/src/compiler/GF/Compile/PGFtoHaskell.hs
+++ b/src/compiler/GF/Compile/PGFtoHaskell.hs
@@ -56,7 +56,7 @@ haskPreamble gadt name =
"import Data.Monoid"
] else []) ++
[
- "import PGF",
+ "import PGF hiding (Tree)",
"----------------------------------------------------",
"-- automatic translation from GF to Haskell",
"----------------------------------------------------",