diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-05 21:48:37 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-05 21:48:37 +0200 |
commit | 8acec603b7e3ff5ed7b97a5bff223bf7c5a3df34 (patch) | |
tree | 8830c8fdc3fcc827b8247e145fe7de0e5051947f /README | |
parent | 6670659fe8ee79d2371f1c4781f84064cedfd3ac (diff) | |
download | xmonad-8acec603b7e3ff5ed7b97a5bff223bf7c5a3df34.tar.gz xmonad-8acec603b7e3ff5ed7b97a5bff223bf7c5a3df34.tar.xz xmonad-8acec603b7e3ff5ed7b97a5bff223bf7c5a3df34.zip |
Recommend latest packages rather than specific versions
darcs-hash:20080905194837-25a6b-9011e086e5e5b2c571697655203593bb8e8e8973.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,9 +80,9 @@ Building: provided. To check whether you've got a package run 'ghc-pkg list some_package_name'. You will need the following packages: - mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0 - unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0 - X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.4.1 + mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl + unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix + X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11 * Build xmonad: |