Replace most -fglasgow-exts with specific LANGUAGE pragmas

This commit is contained in:
Adam Vogt
2009-06-26 02:54:57 +00:00
parent 8362a5b81b
commit 54f030faf8
18 changed files with 19 additions and 47 deletions

View File

@@ -1,6 +1,4 @@
{-# OPTIONS_GHC -fglasgow-exts #-}
-- above is for compatibility with GHC 6.6.
{- LANGUAGE TypeSynonymInstances, DeriveDataTypeable -}
{-# LANGUAGE TypeSynonymInstances, DeriveDataTypeable, MultiParamTypeClasses #-}
-----------------------------------------------------------------------------
-- |