#!/bin/sh

# The root of the TkHaskell distribution

root=/ExtraUtils/cygnus/cygwin-b20/share

# The directories containing the Tcl scripts for Tk and Tcl:

export TK_LIBRARY TCL_LIBRARY
TK_LIBRARY=$root/tk8.0/
TCL_LIBRARY=$root/tcl8.0/

exec "$@"
