[Haskell-cafe] Can everyone please update your code to the latest
QuickCheck, Parsec, and HaXml this week? Thanks!
Ivan Lazar Miljenovic
ivan.miljenovic at gmail.com
Sun Mar 28 19:35:37 EDT 2010
Jeremy Shaw <jeremy at n-heptane.com> writes:
> I keep running into issues where I want to use some version of parsec,
> quickcheck, haxml, etc, in my code, but my code links against a different
> third party library (e.g. network) which uses a different version of the
> library (e.g., parsec) than what I want to use, and that makes cabal
> unhappy.
Better (well, OK, maybe not _better_ per se but relevant) question: why
isn't QuickCheck usage optional in so many of these libraries? There
should be no reason for most people to build the testing functions,
etc. in these libraries.
--
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com
More information about the Haskell-Cafe
mailing list