blob: 298441f5708e94107fd317253756edd85aa25da3 [file] [log] [blame]
Bryan Duxbury3fb4f1e2009-03-24 00:36:00 +00001#!/bin/sh
2
3if [ -z $BASE_PKG ]; then
4 BASE_PKG=`ghc-pkg --simple-output list base-3* | sed -e "s/.*\(base-3\(.[0-9]\){3}\).*/\1/"`
5fi
6
7if [ -z $BASE ]; then
8 BASE=../..
9fi
10
11ghci -fglasgow-exts -package $BASE_PKG -hide-package syb -i$BASE/lib/hs/src -i$BASE/test/hs/gen-hs Client.hs