summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-10-02 09:59:55 +0000
committerhallgren <hallgren@chalmers.se>2015-10-02 09:59:55 +0000
commitbeccb68dddabefe1fee399242063fa2dabc4d5eb (patch)
treed759f93a8e559bba787ecba0b1e8a93595f45e68 /src/compiler
parent35a237d8cff82af5134e1aacffd637d6e4a56a26 (diff)
GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibility
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Interactive2.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Interactive2.hs b/src/compiler/GF/Interactive2.hs
index d023f47e4..ac8887bec 100644
--- a/src/compiler/GF/Interactive2.hs
+++ b/src/compiler/GF/Interactive2.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, ScopedTypeVariables, TypeSynonymInstances,FlexibleInstances #-}
+{-# LANGUAGE CPP, ScopedTypeVariables, TypeSynonymInstances, FlexibleInstances, FlexibleContexts #-}
-- | GF interactive mode (with the C run-time system)
module GF.Interactive2 (mainGFI,mainRunGFI{-,mainServerGFI-}) where
import Prelude hiding (putStrLn,print)