aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-03 23:42:21 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-03 23:42:21 +0200
commit499129b1980572c61d4056b40afc4d29874ede5b (patch)
treec571ff28db2aa3e6f109b82fa34e4a4151aaec12 /StackSet.hs
parent4b7e058fb78a7856534c712c913ed2cb515d4025 (diff)
downloadxmonad-499129b1980572c61d4056b40afc4d29874ede5b.tar.gz
xmonad-499129b1980572c61d4056b40afc4d29874ede5b.tar.xz
xmonad-499129b1980572c61d4056b40afc4d29874ede5b.zip
Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymore
darcs-hash:20070503214221-a5988-c596e80afe12a486f08901e853071d42dd2d9123.gz
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/StackSet.hs b/StackSet.hs
index f34c215..7b47e06 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -1,3 +1,5 @@
+{-# OPTIONS -fglasgow-exts #-}
+
-----------------------------------------------------------------------------
-- |
-- Module : StackSet