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

This commit is contained in:
nornagon
2007-10-06 22:30:25 +00:00
parent 54e9573b12
commit 54e133cf0c

View File

@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
-- Module : XMonadContrib.MosaicAlt -- Module : XMonadContrib.MosaicAlt