Use LANGUAGE pragma instead of -fglasgow-exts in L.Minimize

This commit is contained in:
Adam Vogt
2009-10-12 04:24:57 +00:00
parent f983084b63
commit 3e0be7dd1b

View File

@@ -1,4 +1,4 @@
{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable
{-# LANGUAGE MultiParamTypeClasses, DeriveDataTypeable, TypeSynonymInstances, FlexibleContexts #-}
----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.Minimize