Unverified Commit 55eaa6f9 authored by Jacob Tan En's avatar Jacob Tan En Committed by GitHub

Remove "stack solver" command

"stack solver" command is no longer available

Cf. https://github.com/commercialhaskell/stack/releases/tag/v2.1.1
parent 0dbfea47
...@@ -270,7 +270,7 @@ For more examples of using IHaskell with Nix, see https://github.com/vaibhavsaga ...@@ -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 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 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 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 Packages should be added to the `packages:` section and can take the following
form 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