mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-03 23:15:18 +00:00
Explain why not platform.
This commit is contained in:
parent
14a0c84cbf
commit
c1f7c7dd3a
@ -115,6 +115,8 @@ Put briefly:
|
||||
- Always use sandboxes for installing new packages, building new or existing projects, or starting experiments
|
||||
- Use `cabal repl` to start a project-scoped ghci instance
|
||||
|
||||
The sandbox-based approach I suggest should avoid package-dependency problems, but it's incompatible with the way the Haskell Platform provides pre-built packages. If you're still learning Haskell and don't understand how ghc-pkg and Cabal work, *avoid Platform* and instead use the install instructions earlier in the guide.
|
||||
|
||||
## Exercises for practice
|
||||
|
||||
You should do Yorgey's course before attempting this: https://github.com/NICTA/course/
|
||||
|
Loading…
Reference in New Issue
Block a user