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 _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe