mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE CPP, ScopedTypeVariables, TypeSynonymInstances,FlexibleInstances #-}
|
{-# LANGUAGE CPP, ScopedTypeVariables, TypeSynonymInstances, FlexibleInstances, FlexibleContexts #-}
|
||||||
-- | GF interactive mode (with the C run-time system)
|
-- | GF interactive mode (with the C run-time system)
|
||||||
module GF.Interactive2 (mainGFI,mainRunGFI{-,mainServerGFI-}) where
|
module GF.Interactive2 (mainGFI,mainRunGFI{-,mainServerGFI-}) where
|
||||||
import Prelude hiding (putStrLn,print)
|
import Prelude hiding (putStrLn,print)
|
||||||
|
|||||||
Reference in New Issue
Block a user