diff options
-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: |