From 2b1454468ca0a856889b1924f2e0a876f0df4f75 Mon Sep 17 00:00:00 2001 From: Adrian Herrera Date: Fri, 8 Apr 2016 19:55:29 +1000 Subject: [PATCH] On second thought, you only really need to run `cabal install`, and that will run all the other intermediate steps for you... --- bindings/haskell/README.TXT | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindings/haskell/README.TXT b/bindings/haskell/README.TXT index 10f30032..93766f6d 100644 --- a/bindings/haskell/README.TXT +++ b/bindings/haskell/README.TXT @@ -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.