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,8 +1,4 @@
{-# OPTIONS_GHC -fglasgow-exts #-}
-- for now, use -fglasgow-exts for compatibility with ghc 6.6, which chokes
-- on some of the LANGUAGE pragmas below
{- LANGUAGE FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, TypeSynonymInstances -}
{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, TypeSynonymInstances #-}
-----------------------------------------------------------------------------
-- |