#!/bin/sh

# The root of the TkHaskell distribution

root=/usr/lib

# 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 "$@"
