aboutsummaryrefslogtreecommitdiffstats
path: root/ResizableTile.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ResizableTile.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ResizableTile.hs b/ResizableTile.hs
index f4617d2..9179136 100644
--- a/ResizableTile.hs
+++ b/ResizableTile.hs
@@ -1,4 +1,6 @@
-{-# OPTIONS_GHC -fglasgow-exts #-}
+{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable
+{-# LANGUAGE FlexibleInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses #-}
+
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.ResizableTile