mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-26 09:41:53 -07:00
Shorter hyperlinks to hackage in README.
This commit is contained in:
12
README
12
README
@@ -66,7 +66,7 @@ Building:
|
|||||||
using GHC 6.6.x, you'll need to build and install Cabal from hackage
|
using GHC 6.6.x, you'll need to build and install Cabal from hackage
|
||||||
first:
|
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:
|
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
|
provided. To check whether you've got a package run 'ghc-pkg list
|
||||||
some_package_name'. You will need the following packages:
|
some_package_name'. You will need the following packages:
|
||||||
|
|
||||||
mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl
|
mtl http://hackage.haskell.org/package/mtl
|
||||||
unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix
|
unix http://hackage.haskell.org/package/unix
|
||||||
X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11
|
X11 http://hackage.haskell.org/package/X11
|
||||||
|
|
||||||
* Build xmonad:
|
* Build xmonad:
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ XMonadContrib
|
|||||||
prompt/program launcher, and various other useful modules.
|
prompt/program launcher, and various other useful modules.
|
||||||
XMonadContrib is available at:
|
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
|
darcs version: darcs get http://code.haskell.org/XMonadContrib
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ Other useful programs:
|
|||||||
For custom status bars:
|
For custom status bars:
|
||||||
|
|
||||||
dzen http://gotmor.googlepages.com/dzen
|
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:
|
For a program dispatch menu:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user