Sort dependencies in installation order

This commit is contained in:
Spencer Janssen
2007-05-01 20:42:49 +00:00
parent 56a4164a90
commit c0266c0cb8

2
README
View File

@@ -13,11 +13,11 @@ Building:
Get the dependencies
X11-extras: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-extras-0.1
mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0
X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2
(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
unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0
(included with ghc)