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

Remove "stack solver" command
This commit is contained in:
Vaibhav Sagar 2021-05-11 21:51:14 +08:00 committed by GitHub
commit fd6e492379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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