Unverified Commit d8d9e2e0 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Merge pull request #863 from drever/master

Update README.md
parents 08ece70c ebbae715
...@@ -117,6 +117,12 @@ $ <result path>/bin/ihaskell-notebook ...@@ -117,6 +117,12 @@ $ <result path>/bin/ihaskell-notebook
It might take a while the first time, but subsequent builds will be much faster. 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 # Troubleshooting
## Where are my packages? (IHaskell + Stack) ## Where are my packages? (IHaskell + Stack)
......
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