Unverified Commit fd6e4923 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Merge pull request #1218 from 2jacobtan/2jacobtan-patch-1

Remove "stack solver" command
parents 0dbfea47 55eaa6f9
......@@ -270,7 +270,7 @@ For more examples of using IHaskell with Nix, see https://github.com/vaibhavsaga
Stack manages separate environments for every package. By default your notebooks
will only have access to a few packages that happen to be required for
IHaskell. To make packages available add them to the stack.yaml in the IHaskell
directory and run `stack solver && stack install`.
directory and run `stack install --fast`.
Packages should be added to the `packages:` section and can take the following
form
......
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