On second thought, you only really need to run cabal install, and that will run all the other intermediate steps for you...

This commit is contained in:
Adrian Herrera 2016-04-08 19:55:29 +10:00
parent 4cbe52a701
commit 2b1454468c

View File

@ -14,11 +14,9 @@ from source.
1. Change directories into the Haskell bindings, build and install
$ cd bindings/haskell
$ cabal install --dependencies-only
$ cabal configure
$ cabal build
$ cabal install
If you are installing into a sandbox, run `cabal sandbox init` before
installing Unicorn's dependencies.