diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |