diff options
Diffstat (limited to 'utils/ghc-pkg/ghc-pkg.wrapper')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.wrapper b/utils/ghc-pkg/ghc-pkg.wrapper index fad4bdfca0..3a14de1e22 100644 --- a/utils/ghc-pkg/ghc-pkg.wrapper +++ b/utils/ghc-pkg/ghc-pkg.wrapper @@ -1,5 +1,5 @@ #!/bin/sh PKGCONF="$topdir/package.conf.d" -exec "$executablename" --global-conf "$PKGCONF" ${1+"$@"} +exec "$executablename" --global-package-db "$PKGCONF" ${1+"$@"} |