aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-03-26 20:57:41 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-03-26 20:57:41 +0100
commitc18aaaca0315f777fdc3d30c6f8fc33526deb55c (patch)
tree7b9a79f7a35921e3a63bc780bcb63c0fb4ea0d4f /XMonad/Doc.hs
parent4cc456b6e0b12584b25639d69c4e68536f312233 (diff)
downloadXMonadContrib-c18aaaca0315f777fdc3d30c6f8fc33526deb55c.tar.gz
XMonadContrib-c18aaaca0315f777fdc3d30c6f8fc33526deb55c.tar.xz
XMonadContrib-c18aaaca0315f777fdc3d30c6f8fc33526deb55c.zip
update documentation in XMonad/Doc in preparation for 0.7 release
darcs-hash:20080326195741-bd4d7-74a11c8d28951cf24caaf0e6102cad2fc40635d1.gz
Diffstat (limited to '')
-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>
-}