From 7b4b99f3cb25cf8e1f2d83b667bf1145f3cfa427 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Wed, 20 Feb 2008 21:40:33 +0100 Subject: DynamicLog.hs: haddock fix Someone forgot to check if her patch was going to break haddock docs generation or not. So, while I was recording a patch with quite a long description I had to manually write - sound strange? -, I found out that my patch did not pass the tests, because of this haddock problem left behind. And so I fixed it, recorded this patch, with the hope the my next description of the next patch I'm going to record will survive the test suite we created to avoid this kind of problems for. darcs-hash:20080220204033-32816-c937fe0e85fdd671c06991b0f2fc507222734c97.gz --- XMonad/Hooks/DynamicLog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Hooks/DynamicLog.hs') diff --git a/XMonad/Hooks/DynamicLog.hs b/XMonad/Hooks/DynamicLog.hs index 77fece5..a3fb58d 100644 --- a/XMonad/Hooks/DynamicLog.hs +++ b/XMonad/Hooks/DynamicLog.hs @@ -352,7 +352,7 @@ data PP = PP { ppCurrent :: WorkspaceId -> String -- ^ applied to the entire formatted string in order to -- output it. Can be used to specify an alternative -- output method (e.g. write to a pipe instead of - -- stdout), and/or to perform some last-minute + -- stdout), and\/or to perform some last-minute -- formatting. } -- cgit v1.2.3