aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Spiral.hs2
-rw-r--r--Square.hs1
2 files changed, 3 insertions, 0 deletions
diff --git a/Spiral.hs b/Spiral.hs
index e7109b2..42e7881 100644
--- a/Spiral.hs
+++ b/Spiral.hs
@@ -1,3 +1,5 @@
+{-# LANGUAGE MultiParamTypeClasses #-}
+
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.Spiral
diff --git a/Square.hs b/Square.hs
index 83ddb6b..48b9427 100644
--- a/Square.hs
+++ b/Square.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE MultiParamTypeClasses #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.Square