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:
parent
4cbe52a701
commit
2b1454468c
@ -14,11 +14,9 @@ from source.
|
|||||||
1. Change directories into the Haskell bindings, build and install
|
1. Change directories into the Haskell bindings, build and install
|
||||||
|
|
||||||
$ cd bindings/haskell
|
$ cd bindings/haskell
|
||||||
$ cabal install --dependencies-only
|
|
||||||
$ cabal configure
|
|
||||||
$ cabal build
|
|
||||||
$ cabal install
|
$ cabal install
|
||||||
|
|
||||||
|
|
||||||
If you are installing into a sandbox, run `cabal sandbox init` before
|
If you are installing into a sandbox, run `cabal sandbox init` before
|
||||||
installing Unicorn's dependencies.
|
installing Unicorn's dependencies.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user