From beccb68dddabefe1fee399242063fa2dabc4d5eb Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 2 Oct 2015 09:59:55 +0000 Subject: [PATCH] GF.Interactive2: extension FlexibleContexts is needed for GHC 7.10 compatibility --- src/compiler/GF/Interactive2.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)