Commit 4eca3f2c authored by Andrew Gibiansky's avatar Andrew Gibiansky

Adding ipython-kernel to build.sh

parent 06f89d8f
......@@ -25,7 +25,7 @@ rm -rf ~/.ipython/profile_haskell
# Compile dependencies.
if [ $# -gt 0 ]; then
if [ $1 = "all" ]; then
INSTALLS="$INSTALLS ghc-parser"
INSTALLS="$INSTALLS ghc-parser ipython-kernel"
fi
fi
......
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