1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-19 04:46:08 +00:00

Merge pull request from drever/master

Update README.md
This commit is contained in:
Vaibhav Sagar 2018-05-11 09:52:30 +08:00 committed by GitHub
commit d8d9e2e071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,6 +117,12 @@ $ <result path>/bin/ihaskell-notebook
It might take a while the first time, but subsequent builds will be much faster.
IHaskell-display modules are not loaded by default and have to be specified as additional packages.
```bash
$ nix-build release.nix --arg packages "haskellPackages: [ haskellPackages.ihaskell-blaze haskellPackages.ihaskell-charts ]"
```
# Troubleshooting
## Where are my packages? (IHaskell + Stack)