aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Simplest.hs
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2008-03-01 07:17:14 +0100
committerLukas Mai <l.mai@web.de>2008-03-01 07:17:14 +0100
commita77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd (patch)
tree3aa6e7b542335aeb9533876478b8da93a69f32b1 /XMonad/Layout/Simplest.hs
parentefc024c8c59147f9e195796b5241e275685fcefe (diff)
downloadXMonadContrib-a77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd.tar.gz
XMonadContrib-a77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd.tar.xz
XMonadContrib-a77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd.zip
XMonad.Layout.Simplest: add FlexibleInstances pragma
darcs-hash:20080301061714-462cf-b83ed399be1d360f1026b7c0181acf27ee33e6b1.gz
Diffstat (limited to 'XMonad/Layout/Simplest.hs')
-rw-r--r--XMonad/Layout/Simplest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Simplest.hs b/XMonad/Layout/Simplest.hs
index 1b6ddac..7136eb2 100644
--- a/XMonad/Layout/Simplest.hs
+++ b/XMonad/Layout/Simplest.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE TypeSynonymInstances, MultiParamTypeClasses #-}
+{-# LANGUAGE FlexibleInstances, TypeSynonymInstances, MultiParamTypeClasses #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonad.Layout.Simplest