From fc0d9e6f71518b069858fabd3963613fc80643aa Mon Sep 17 00:00:00 2001 From: nornagon Date: Sun, 7 Oct 2007 00:31:56 +0200 Subject: Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hs darcs-hash:20071006223156-25eb7-7d3dfe1fbbd8f54ca3c756c0d9fbbf21eb4e56e6.gz --- ResizableTile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ResizableTile.hs') diff --git a/ResizableTile.hs b/ResizableTile.hs index f4617d2..650e3fa 100644 --- a/ResizableTile.hs +++ b/ResizableTile.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.ResizableTile -- cgit v1.2.3