Changeset 22987 for Makefile.PL

Show
Ignore:
Timestamp:
11/12/08 09:58:09 (8 weeks ago)
Author:
audreyt
Message:

* Support Cabal 1.6.0 (comes with GHC 6.10.1) in Makefile.PL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r22348 r22987  
    3737 
    3838my $rebuilt = 0; 
    39 $rebuilt += bootstrap_with(Cabal            => qr/1\.4\./, '1.4.0'); 
     39$rebuilt += bootstrap_with(Cabal            => qr/1\.[46-9]\./, '1.4.0'); 
    4040$rebuilt += bootstrap_with(parsec           => qr/2\./, '2.0'); 
    4141$rebuilt += bootstrap_with(network          => qr/[12]\./, '1.0');