diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 11:53:58 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 11:53:58 +0100 |
commit | 0beef0e5b9a30076a31cc95c96ff557b80890959 (patch) | |
tree | b324d7cb1f1e6d62f4ea2254354436fdcc88d175 /README | |
parent | a640d7da87b16937f495281bc269bc49a25af87f (diff) | |
download | xmonad-0beef0e5b9a30076a31cc95c96ff557b80890959.tar.gz xmonad-0beef0e5b9a30076a31cc95c96ff557b80890959.tar.xz xmonad-0beef0e5b9a30076a31cc95c96ff557b80890959.zip |
Shorter hyperlinks to hackage in README.
Ignore-this: ea4bb326c0a378e12b7474f6f1818fc5
darcs-hash:20121231105358-1499c-c25611172388bafb03f1e2e647a5ba2aced2d863.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -66,7 +66,7 @@ Building: using GHC 6.6.x, you'll need to build and install Cabal from hackage first: - http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal + http://hackage.haskell.org/package/Cabal You can check which version you have with the command: @@ -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 - unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix - X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11 + mtl http://hackage.haskell.org/package/mtl + unix http://hackage.haskell.org/package/unix + X11 http://hackage.haskell.org/package/X11 * Build xmonad: @@ -120,7 +120,7 @@ XMonadContrib prompt/program launcher, and various other useful modules. XMonadContrib is available at: - latest release: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-contrib + latest release: http://hackage.haskell.org/package/xmonad-contrib darcs version: darcs get http://code.haskell.org/XMonadContrib @@ -135,7 +135,7 @@ Other useful programs: For custom status bars: dzen http://gotmor.googlepages.com/dzen - xmobar http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmobar + xmobar http://hackage.haskell.org/package/xmobar For a program dispatch menu: |