aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
commit3e83b36a23203e91bfa24ec02a2da33162e1686f (patch)
treefeedef94aca98dfe516567023cef1bb4776ee642 /Operations.hs
parenta56cc7e941ef4eefaf4e288190cf16d5cb340c3e (diff)
downloadxmonad-3e83b36a23203e91bfa24ec02a2da33162e1686f.tar.gz
xmonad-3e83b36a23203e91bfa24ec02a2da33162e1686f.tar.xz
xmonad-3e83b36a23203e91bfa24ec02a2da33162e1686f.zip
mention why StackSet needs -fglasgow-exts (for deriving Typeable)
darcs-hash:20070605092659-9c5c1-7eee6ed8801aa1c81e62d8dc62fa95035c4a5523.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs5
1 files changed, 3 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
--
-----------------------------------------------------------------------------