diff options
-rw-r--r-- | Operations.hs | 5 | ||||
-rw-r--r-- | xmonad.cabal | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Operations.hs b/Operations.hs index cb17ec0..5ed65e8 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,5 +1,6 @@ {-# OPTIONS -fglasgow-exts #-} ------------------------------------------------------------------------------ +-- ^^ deriving Typeable +-- -------------------------------------------------------------------------- -- | -- Module : Operations.hs -- Copyright : (c) Spencer Janssen 2007 @@ -7,7 +8,7 @@ -- -- Maintainer : dons@cse.unsw.edu.au -- Stability : unstable --- Portability : not portable, mtl, posix +-- Portability : not portable, Typeable deriving, mtl, posix -- ----------------------------------------------------------------------------- diff --git a/xmonad.cabal b/xmonad.cabal index a053250..5677c3f 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -28,3 +28,4 @@ other-modules: Config Operations StackSet XMonad ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s ghc-prof-options: -prof -auto-all extensions: GeneralizedNewtypeDeriving +-- Also requires deriving Typeable |