Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile

This commit is contained in:
Adam Vogt 2009-09-30 20:04:43 +00:00
parent 8aa3450f83
commit 3bc9c11d97

View File

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