Add language extension for ghc<7.4

FlexibleInstances does not imply TypeSynonymInstances, apparently.
This commit is contained in:
hallgren
2012-12-14 14:21:46 +00:00
parent 950832dbba
commit 79711380a2

View File

@@ -1,5 +1,5 @@
-- | Implementations of predefined functions
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
module GF.Compile.Compute.Predef(predef,predefName,delta) where
import Text.PrettyPrint(render,hang,text)