On Mon, Jan 26, 2009 at 16:53:05 +0100, Petr Rockai wrote:
> This should hopefully do it. Hopefully filepath will fix itself along with
> others.

Yeah, these look fairly safe.  We're relaxing towards the lower end,
which we have "verified" in practice.  Applied! (thanks)

Relax a few version constraints in darcs.cabal.
-----------------------------------------------
> Petr Rockai <[email protected]>**20090126154834
>  Ignore-this: d3c7c92513dfffe14fc501d8e84c679d
>  
>  These should be reasonably safe, as they only cover part of what has been
>  previously accepted by configure.
> ] hunk ./darcs.cabal 296
>  
>    build-depends:   base          < 4,
>                     regex-compat >= 0.71 && <= 0.92,
> -                   mtl          == 1.1.*,
> -                   parsec       == 2.1.*,
> +                   mtl          >= 1.0 && < 1.2,
> +                   parsec       >= 2.0 && < 2.2,
>                     html         == 1.0.*,
>                     filepath     == 1.1.*
>  
> hunk ./darcs.cabal 302
>    if !os(windows)
> -    build-depends: unix == 2.3.*
> +    build-depends: unix >= 1.0 && < 2.4
>      cpp-options:   -DHAVE_SIGNALS
>  
>    if flag(base3)
> hunk ./darcs.cabal 435
>  
>    build-depends:   base          < 4,
>                     regex-compat >= 0.71 && <= 0.92,
> -                   mtl          == 1.1.*,
> -                   parsec       == 2.1.*,
> +                   mtl          >= 1.0 && < 1.2,
> +                   parsec       >= 2.0 && < 2.2,
>                     html         == 1.0.*,
>                     filepath     == 1.1.*
>  
> hunk ./darcs.cabal 441
>    if !os(windows)
> -    build-depends: unix == 2.3.*
> +    build-depends: unix >= 1.0 && < 2.4
>      cpp-options:   -DHAVE_SIGNALS
>  
>    if flag(base3)
> 

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to