Skip to content
Snippets Groups Projects
Commit d2af878e authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Update the README

parent e997ee4e
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ debian or ubuntu it is in "libghc6-network-dev". ...@@ -19,9 +19,9 @@ debian or ubuntu it is in "libghc6-network-dev".
It requires three other Haskell packages that are not always installed: It requires three other Haskell packages that are not always installed:
* Cabal (1.4 or later) * Cabal (version 1.6 or later)
* HTTP * HTTP (version 4000 or later)
* zlib * zlib (version 0.4 or later)
All of these are available from [Hackage](http://hackage.haskell.org). All of these are available from [Hackage](http://hackage.haskell.org).
...@@ -58,11 +58,10 @@ You then have two choices: ...@@ -58,11 +58,10 @@ You then have two choices:
Quickstart on Windows systems Quickstart on Windows systems
----------------------------- -----------------------------
For Windows users we hope to provide a pre-compiled `cabal.exe` program shortly. For Windows users we provide a pre-compiled [cabal.exe] program. Just download
In the mean time you have to build the three dependencies in [the standard way]. it and put it somewhere on your `%PATH%`.
[the standard way]: [cabal.exe]: http://haskell.org/cabal/release/cabal-install-latest/cabal.exe
http://haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package
Using cabal-install Using cabal-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment