3 # I suck at bash scripting. Please feel free to make this code better.
7 ExtraOptions="-cpp -fglasgow-exts -package ghc"
9 HC=$Root/stage2/ghc-inplace
13 if [ "$1" == "debug" ]
20 $HC --interactive $ExtraOptions $2
22 $HC --interactive -e "runUnitTests $Debug" $ExtraOptions RunTests.hs