Changeset 21688 for Setup.lhs

Show
Ignore:
Timestamp:
08/01/08 14:58:43 (4 months ago)
Author:
audreyt
Message:

* Oops, we need to bootstrap cabal. try again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Setup.lhs

    r21670 r21688  
    11#!/usr/bin/env runghc 
     2> {-# GHC_OPTIONS -fno-warn-deprecation #-} 
    23> import Distribution.Simple 
    34> import System.Directory 
    45> import System.Environment 
    5 > import System.Cmd (rawSystem) 
     6> -- import System.Cmd (rawSystem) 
    67>  
    78> main :: IO () 
     
    1011>     if args == ["-d"] then putStrLn =<< getAppUserDataDirectory "cabal" else do 
    1112>--         writeBuildInfo 
    12 >         defaultMainWithHooks autoconfUserHooks 
     13>         defaultMainWithHooks defaultUserHooks 
    1314>--     where 
    1415>--     writeBuildInfo = rawSystem "perl" ["Configure.PL"]