aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Doc.hs')
-rw-r--r--XMonad/Doc.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Doc.hs b/XMonad/Doc.hs
index 6ced181..eabb05e 100644
--- a/XMonad/Doc.hs
+++ b/XMonad/Doc.hs
@@ -28,7 +28,7 @@ module XMonad.Doc
-- * Extending xmonad with the xmonad-contrib library
-- $extending
- -- * Developing xmonad: an brief code commentary
+ -- * Developing xmonad: a brief code commentary
-- $developing
) where
@@ -56,8 +56,8 @@ is available from <http://code.haskell.org/XMonadContrib> via darcs:
Each stable release of xmonad is accompanied by a stable release of
the contrib library, which you should use if (and only if) you're
using a stable release of xmonad. You can find the most recent
-(Oct. 2007) tarball here:
-<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.5>
+(Mar. 2008) tarball here:
+<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib-0.7>
-}