From f68320da1881af928265ba83f1d275dd30cb9be5 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 16 Apr 2008 20:57:33 +0200 Subject: Don't strictify the Display component, this triggers a bug in GHC 6.6 darcs-hash:20080416185733-a5988-4632adba6f51e1d414a933598259827190d5215c.gz --- XMonad/Prompt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 275f454..c9ae28d 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -73,7 +73,7 @@ import System.Posix.Files type XP = StateT XPState IO data XPState = - XPS { dpy :: !Display + XPS { dpy :: Display , rootw :: !Window , win :: !Window , screen :: !Rectangle -- cgit v1.2.3