Commit a6c1cda9 authored by Vladimir's avatar Vladimir

added `ihaskell install` into build.sh

parent 900b092f
......@@ -75,3 +75,7 @@ else
echo CMD: cabal install -j $INSTALL_DIRS --force-reinstalls --constraint "arithmoi==0.4.*" --max-backjumps=-1 --reorder-goals
cabal install -j $INSTALL_DIRS --force-reinstalls --constraint "arithmoi==0.4.*" --max-backjumps=-1 --reorder-goals
fi
which ihaskell
if [ $? -eq 0 ]; then ihaskell install; else echo "tip: don't forget run: ihaskell install"; 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