mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Merge pull request #1218 from 2jacobtan/2jacobtan-patch-1
Remove "stack solver" command
This commit is contained in:
commit
fd6e492379
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user