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

This commit is contained in:
nornagon
2007-10-06 22:31:56 +00:00
parent 54e133cf0c
commit 48c89e0e3f

View File

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