diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-16 15:04:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-16 15:04:41 +0000 |
commit | 9412e62942ebab0599c7fb0b358a9d4869647b67 (patch) | |
tree | 1e75be9bfafd82140046630569a55fa6e8d1842e /ghc/ghc.wrapper | |
parent | e0b93c022e39d07b871e9ed97d40617eb6bee63a (diff) | |
download | haskell-9412e62942ebab0599c7fb0b358a9d4869647b67.tar.gz |
Get building GHC itself with Cabal more-or-less working
Installing and bindist creation don't work, but they were already broken.
Only tested validating with one setup.
Diffstat (limited to 'ghc/ghc.wrapper')
-rw-r--r-- | ghc/ghc.wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/ghc.wrapper b/ghc/ghc.wrapper new file mode 100644 index 0000000000..8e6adc548d --- /dev/null +++ b/ghc/ghc.wrapper @@ -0,0 +1,2 @@ + +$executablename -B$datadir -dynload wrapped ${1+"$@"} |