diff options
| author | hallgren <hallgren@chalmers.se> | 2015-10-02 09:59:55 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-10-02 09:59:55 +0000 |
| commit | beccb68dddabefe1fee399242063fa2dabc4d5eb (patch) | |
| tree | d759f93a8e559bba787ecba0b1e8a93595f45e68 /src | |
| parent | 35a237d8cff82af5134e1aacffd637d6e4a56a26 (diff) | |
GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibility
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler/GF/Interactive2.hs | 2 |
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) |
