On 29 March 2010 11:11, Jeremy Shaw <[email protected]> wrote: > We should not simply make the unit tests be a compile time flag in the > .cabal, because there is no way for the happstack parent package to depend > on the version of happstack-data (for example) which has the unit tests > enable.
Yes, this is a problem. especially if this was an option but flags introduce conflicting APIs and two packages want the same package as a dependency but with conflicting compile-time flags. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
