#!/bin/sh set -e chmod +x Setup.hs configure nice ./Setup.hs configure --bindir=`pwd` nice ./Setup.hs build ./Setup.hs install ghc -v0 -c -O2 -odir . -hidir . scripts/ShowQ.hs ghc -v0 -c -O2 -odir . -hidir . scripts/ShowFun.hs ghc -v0 -c -O2 -funbox-strict-fields -odir . -hidir . scripts/SmallCheck.hs ghc -v0 -c -O2 -odir . -hidir . State/L.hs