Changeset 17054 for util

Show
Ignore:
Timestamp:
07/14/07 06:00:21 (17 months ago)
Author:
audreyt
Message:

* Update GHC dependency to 6.6.1, since it comes with a

(working) time package, a filepath package, and a Cabal
package that has far less warts than before.

* Remove third-party/filepath/ as it's part of GHC 6.6.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r17052 r17054  
    194194=cut 
    195195 
    196     foreach my $module (qw< filepath HsSyck hsregex >) { 
     196    foreach my $module (qw< HsSyck hsregex >) { 
    197197        if ( my ($archive_dir) = ( 
    198198                glob("third-party/installed/*/$module-*"),