forked from GitHub/gf-core
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