diff options
author | Lukas Mai <l.mai@web.de> | 2008-03-01 07:17:14 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2008-03-01 07:17:14 +0100 |
commit | a77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd (patch) | |
tree | 3aa6e7b542335aeb9533876478b8da93a69f32b1 /XMonad | |
parent | efc024c8c59147f9e195796b5241e275685fcefe (diff) | |
download | XMonadContrib-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 '')
-rw-r--r-- | XMonad/Layout/Simplest.hs | 2 |
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 |