diffing dir...
Tue May 25 03:57:06 EDT 2010 Axe...@in...
* Make the version test in pango less complex as Cabal 1.6 doesn't parse it otherwise.
Ignore-this: f3446237cf66abf49e81bd4ba8ef9744
{
hunk ./pango/pango.cabal 69
- -- loop. Don't allow the user to build against this version.
+ -- loop. Don't allow the user to build against this version. (Omit the
+ -- >= 1.0 constraint in this case since Cabal 1.6 can't parse it.)
hunk ./pango/pango.cabal 72
- pkgconfig-depends: pango >= 1.0 && < 1.26.0 || > 1.26.2
+ pkgconfig-depends: pango < 1.26.0 || > 1.26.2
}
|