Commit 99fe7c8c authored by Vaibhav Sagar's avatar Vaibhav Sagar

Remove 'stack exec' from kernel installation

This leads to the wrong binary being used as per #733.
parent 8df923f9
...@@ -38,7 +38,7 @@ git clone https://github.com/gibiansky/IHaskell ...@@ -38,7 +38,7 @@ git clone https://github.com/gibiansky/IHaskell
cd IHaskell cd IHaskell
stack install gtk2hs-buildtools stack install gtk2hs-buildtools
stack install --fast stack install --fast
stack exec ihaskell -- install --stack ihaskell install --stack
``` ```
## Mac ## Mac
...@@ -56,7 +56,7 @@ git clone https://github.com/gibiansky/IHaskell ...@@ -56,7 +56,7 @@ git clone https://github.com/gibiansky/IHaskell
cd IHaskell cd IHaskell
stack install gtk2hs-buildtools stack install gtk2hs-buildtools
stack install --fast stack install --fast
stack exec ihaskell -- install --stack ihaskell install --stack
``` ```
# Running # Running
......
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