#!/bin/sh
exedir="/usr/lib64/ghc-7.6.3"
exeprog="ghc-pkg"
executablename="$exedir/$exeprog"
datadir="/usr/share"
bindir="/usr/bin"
topdir="/usr/lib64/ghc-7.6.3"
#!/bin/sh
PKGCONF="$topdir/package.conf.d"
exec "$executablename" --global-package-db "$PKGCONF" ${1+"$@"}