Replace -fglasgow-exts with LANGUAGE pragma in Grid.hs

This commit is contained in:
nornagon
2007-10-06 22:23:20 +00:00
parent f06195dd47
commit 54e9573b12

View File

@@ -1,4 +1,4 @@
{-# OPTIONS_GHC -fglasgow-exts #-} {-# LANGUAGE FlexibleInstances #-}
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonadContrib.Grid -- Module : XMonadContrib.Grid