Commit 7995b537 authored by Andrew Gibiansky's avatar Andrew Gibiansky

update build.sh to not do ipython kernel

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