[Haskell-cafe] problems building hpodder

John Goerzen jgoerzen at complete.org
Tue Apr 8 16:43:22 EDT 2008


On Tue April 8 2008 3:21:34 pm Karl Hasselström wrote:

> http://www.haskell.org/haskellwiki/Package_versioning_policy seems to
> have something relevant to say. build-depends: HaXml >= 1.13.3 && <
> 1.14 ought to do the trick, since any changes in the published
> interface are supposed to be accompanied by a version bump in one of
> the first two numbers.

That syntax didn't work under testing, but HaXml >= 1.13.2, HaXml < 1.19 did 
the trick.

-- John


More information about the Haskell-Cafe mailing list