summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2022-10-04 13:05:57 +0200
committerAndreas Källberg <anka.213@gmail.com>2022-10-04 13:07:07 +0200
commit51b7117a3d0ae56118074112203d1f3f18402d0f (patch)
tree8e35804f1cf3cd5fd07b523185ab2359c8670d39 /src/compiler
parentfef03e755b5ba1d1d34e001e09b1968323f89324 (diff)
Restore build with ghc-7.10.3
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Interactive.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Interactive.hs b/src/compiler/GF/Interactive.hs
index 676511680..a3a02af78 100644
--- a/src/compiler/GF/Interactive.hs
+++ b/src/compiler/GF/Interactive.hs
@@ -38,6 +38,8 @@ import GF.Server(server)
#endif
import GF.Command.Messages(welcome)
+-- Needed to make it compile on GHC < 8
+import Control.Monad.Trans.Instances ()
-- | Run the GF Shell in quiet mode (@gf -run@).
mainRunGFI :: Options -> [FilePath] -> IO ()