From e6bec9fc31b71b1f2864bd55c26c7283f77d0023 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sun, 4 Nov 2007 22:55:07 +0100 Subject: Update pragmas for GHC 6.8 compatibility darcs-hash:20071104215507-a5988-69f0bd0f48e0ce9267a98e8409be6dce940798d1 --- XMonad.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index c3733be..eec2a53 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -1,4 +1,7 @@ -{-# LANGUAGE ExistentialQuantification, FlexibleInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses #-} +{-# LANGUAGE ExistentialQuantification, FlexibleInstances, GeneralizedNewtypeDeriving, + MultiParamTypeClasses, TypeSynonymInstances #-} +-- required for deriving Typeable +{-# OPTIONS_GHC -fglasgow-exts #-} ----------------------------------------------------------------------------- -- | -- cgit v1.2.3