Changeset 22349 for Setup.lhs

Show
Ignore:
Timestamp:
09/24/08 23:23:06 (2 months ago)
Author:
azawawi
Message:

[pugs] Removed warning: defaultUserHooks in Setup script is deprecated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Setup.lhs

    r21688 r22349  
    1111>     if args == ["-d"] then putStrLn =<< getAppUserDataDirectory "cabal" else do 
    1212>--         writeBuildInfo 
    13 >         defaultMainWithHooks defaultUserHooks 
     13>         defaultMainWithHooks autoconfUserHooks 
    1414>--     where 
    1515>--     writeBuildInfo = rawSystem "perl" ["Configure.PL"]