#!/bin/sh # helper script for running the ghci with the preprocessor DIR=`dirname $0` PP=$DIR/pp/logpp exec ghc -pgmF "$PP" -F -fglasgow-exts -package-conf "$DIR/icfp05.conf" -package icfp05 $@