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 | c901f655677cd757c1dea57485c5c2b8b0a7ac70 (patch) | |
tree | ea7883de8846e4873f11c8bd4fc305090ca5ea0f | |
parent | cb39abea0d1bed5b7ce7d9d0b3897dd675f325fe (diff) | |
download | xmonad-c901f655677cd757c1dea57485c5c2b8b0a7ac70.tar.gz xmonad-c901f655677cd757c1dea57485c5c2b8b0a7ac70.tar.xz xmonad-c901f655677cd757c1dea57485c5c2b8b0a7ac70.zip |
module uses CPP
darcs-hash:20080206190521-cba2c-1c7303b14bf1c907e0f75e9c3bb44a033cc9734e.gz
Diffstat (limited to '')
-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 #-} |