diff options
author | Don Stewart <dons@galois.com> | 2008-02-06 20:05:21 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2008-02-06 20:05:21 +0100 |
commit | 7bd1eb953949162eabbde2c4e015ed1cb4c374f3 (patch) | |
tree | ea7883de8846e4873f11c8bd4fc305090ca5ea0f | |
parent | abaa7dd71f899ad058c7f1c0544fa7c5f0468c0e (diff) | |
download | metatile-7bd1eb953949162eabbde2c4e015ed1cb4c374f3.tar metatile-7bd1eb953949162eabbde2c4e015ed1cb4c374f3.zip |
module uses CPP
darcs-hash:20080206190521-cba2c-1c7303b14bf1c907e0f75e9c3bb44a033cc9734e
-rw-r--r-- | XMonad/Core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 253e3fe..d7ea521 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -1,5 +1,5 @@ {-# LANGUAGE ExistentialQuantification, FlexibleInstances, GeneralizedNewtypeDeriving, - MultiParamTypeClasses, TypeSynonymInstances #-} + MultiParamTypeClasses, TypeSynonymInstances, CPP #-} -- required for deriving Typeable {-# OPTIONS_GHC -fglasgow-exts #-} |