aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 20:14:38 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 20:14:38 +0200
commit631636cdf9cad9bef46aad384d1251572d65d935 (patch)
tree022bd77d8efcd60e1d6ec585672f505f30a634fd /Operations.hs
parenteea8dd3b0779e4d14767b7d0615efef8aad009e4 (diff)
downloadxmonad-631636cdf9cad9bef46aad384d1251572d65d935.tar.gz
xmonad-631636cdf9cad9bef46aad384d1251572d65d935.tar.xz
xmonad-631636cdf9cad9bef46aad384d1251572d65d935.zip
Use LANGUAGE pragmas over -fglasgow-exts
darcs-hash:20070928181438-a5988-27614325d7707fe5574f47113faa372fdec98791.gz
Diffstat (limited to '')
-rw-r--r--Operations.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index ec93cca..180a874 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -1,4 +1,6 @@
-{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
+{-# LANGUAGE FlexibleInstances #-}
+
-- \^^ deriving Typeable
-- --------------------------------------------------------------------------
-- |