Adding ipython-kernel to build.sh

This commit is contained in:
Andrew Gibiansky 2014-11-23 15:07:59 -08:00
parent 06f89d8fe0
commit 4eca3f2c9b

View File

@ -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