#!/bin/sh

PKGCONF=/var/lib/ghc-6.10.4/./package.conf
exec /usr/lib/ghc-6.10.4/ghc-pkg --global-conf $PKGCONF ${1+"$@"}

