aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-29 02:57:48 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-29 02:57:48 +0200
commit365635f2b38c617443ebc747d12a45b5fa1add9b (patch)
tree41b0716050de05a0023d446dc635ee45bd518383 /README
parent5f97523673dec147ed453455faab588d4a64bdc0 (diff)
downloadxmonad-365635f2b38c617443ebc747d12a45b5fa1add9b.tar.gz
xmonad-365635f2b38c617443ebc747d12a45b5fa1add9b.tar.xz
xmonad-365635f2b38c617443ebc747d12a45b5fa1add9b.zip
notes about which dependant packages already come with ghc
darcs-hash:20070529005748-9c5c1-c65d0f0c1c217b433c9d527c36bd222c4dc1fcdc.gz
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 0e2afd3..9db16eb 100644
--- a/README
+++ b/README
@@ -44,14 +44,17 @@ Get the dependencies
whether you've got a package run 'ghc-pkg list some_package_name'
mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0
+ (Included with GHC)
+
unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0
+ (Included with GHC)
X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2
+ (Included with GHC)
(Unfortunately X11-1.2 does not work correctly on AMD64. The latest
darcs version from http://darcs.haskell.org/packages/X11 does.)
X11-extras: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-extras-0.1
- (included with ghc)
And then build with Cabal: