MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma

This commit is contained in:
Brent Yorgey
2008-04-04 20:01:57 +00:00
parent 8d2f363729
commit 8783bc727c

View File

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