Changeset 21772 for Makefile.PL

Show
Ignore:
Timestamp:
08/04/08 11:36:45 (4 months ago)
Author:
audreyt
Message:

* Offline installation completed; it now works on a vanilla GHC 6.8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21770 r21772  
    5656 
    5757# This line is here simply to trick Cabal into creating a default config file. 
    58 my $rv = `cabal list -v0 --installed --simple-output`; 
     58delete $ENV{CABAL_CONFIG_FILE}; 
     59my $rv = `$cabal list -v0 --installed --simple-output`; 
    5960 
    6061my $cabal_local_config = "$FindBin::RealBin/third-party/packages/config";