#!/bin/sh
exedir="/usr/lib64/ghc-6.12.1"
exeprog="haddock"
executablename="$exedir/$exeprog"
datadir="/usr/share"
bindir="/usr/bin"
topdir="/usr/lib64/ghc-6.12.1"
#!/bin/sh

exec "$executablename" -B"$topdir" -l"$topdir" ${1+"$@"}
