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