File: ghc-pkg

package info (click to toggle)
haskell-src-exts 0.2.1~darcs20071212-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 14
  • sloc: haskell: 3,777; makefile: 144; sh: 42
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -x
set -v

GHC_VERSION=`ghc6 --numeric-version`
PKGCFG=`dirname $0`/tmp-package-conf

/usr/lib/ghc-$GHC_VERSION/bin/ghc-pkg -f $PKGCFG "$@"