Updated Makefile to install bindings (in addition to building)

Updated Haskell README to explain how to build the samples
This commit is contained in:
Adrian Herrera
2016-04-08 19:29:43 +10:00
parent b53bab1362
commit 4cbe52a701
2 changed files with 13 additions and 2 deletions

View File

@@ -26,3 +26,8 @@ If the build fails, install c2hs manually `cabal install c2hs` (note that this
will probably also require you to run `cabal install alex` and `cabal install
happy` as well). If you are NOT using a sandbox, ensure that `$HOME/.cabal/bin`
is on your PATH.
To build a sample (after having built and installed the Haskell bindings)
$ cd bindings/haskell
$ ghc --make samples/SampleArm.hs