From a77dd2e3bbe2a016d657f8e4fe186bebdcd52dbd Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 1 Mar 2008 07:17:14 +0100 Subject: XMonad.Layout.Simplest: add FlexibleInstances pragma darcs-hash:20080301061714-462cf-b83ed399be1d360f1026b7c0181acf27ee33e6b1.gz --- XMonad/Layout/Simplest.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Layout/Simplest.hs') 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 -- cgit v1.2.3