From 084e4883f70987ef74ae63a3c150a061995301d1 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 20:16:14 +0200 Subject: Use LANGUAGE pragmas over -fglasgow-exts darcs-hash:20070928181614-a5988-85415ed570690a468bf92cdf0f66d69494cecf4e.gz --- DragPane.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DragPane.hs') diff --git a/DragPane.hs b/DragPane.hs index fcf4d99..329a60c 100644 --- a/DragPane.hs +++ b/DragPane.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE FlexibleInstances #-} + ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.DragPane -- cgit v1.2.3