From 48c89e0e3faa97be0a2b5452cce7aaaf8706ff40 Mon Sep 17 00:00:00 2001 From: nornagon Date: Sat, 6 Oct 2007 22:31:56 +0000 Subject: [PATCH] Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hs --- ResizableTile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResizableTile.hs b/ResizableTile.hs index f4617d24..650e3fa4 100644 --- a/ResizableTile.hs +++ b/ResizableTile.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.ResizableTile