forked from GitHub/gf-core
Add language extension for ghc<7.4
FlexibleInstances does not imply TypeSynonymInstances, apparently.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user