aboutsummaryrefslogtreecommitdiffstats
path: root/ThreeColumns.hs
diff options
context:
space:
mode:
authorShachaf Ben-Kiki <shachaf@gmail.com>2007-10-08 04:21:41 +0200
committerShachaf Ben-Kiki <shachaf@gmail.com>2007-10-08 04:21:41 +0200
commit21bdffc82de962541e663ef01a851bea95dd2d6c (patch)
tree8cbe87bd20ad0fbe022ee1b347cb8c34302b0422 /ThreeColumns.hs
parent6d85e32796d53746a023efcec23ff3735d3d8d7e (diff)
downloadXMonadContrib-21bdffc82de962541e663ef01a851bea95dd2d6c.tar.gz
XMonadContrib-21bdffc82de962541e663ef01a851bea95dd2d6c.tar.xz
XMonadContrib-21bdffc82de962541e663ef01a851bea95dd2d6c.zip
Add LANGUAGE pragams
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
Diffstat (limited to 'ThreeColumns.hs')
-rw-r--r--ThreeColumns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ThreeColumns.hs b/ThreeColumns.hs
index 683af88..1475586 100644
--- a/ThreeColumns.hs
+++ b/ThreeColumns.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses #-}
-----------------------------------------------------------------------------
-- |