Commit b9e822e7 authored by Paul Ivanov's avatar Paul Ivanov

updated install docs, closes #53

parent 65bf3668
......@@ -33,11 +33,14 @@ brew install zeromq # Macs with Homebrew
Install Happy:
```bash
sudo apt-get install happy # Ubuntu
cabal install happy
cabal install cpphs
```
Install the package:
```bash
cd IHaskell;
./build-parser.sh;
cabal install;
```
If you do not have GHC or Cabal, you should be able to install both via the [Haskell Platform](http://www.haskell.org/platform/).
......
......@@ -2,4 +2,5 @@
cpphs --linepragma --text HaskellParser.y.pp -OParser.y
happy Parser.y
rm Parser.y
mkdir -p IHaskell/GHC
mv Parser.hs IHaskell/GHC/HaskellParser.hs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment