[Haskell-cafe] How to determine minimal dependency of package

Anthony Cowley acowley at seas.upenn.edu
Fri Jul 15 16:56:53 CEST 2011


On Fri, Jul 15, 2011 at 10:48 AM, yi huang <yi.codeplayer at gmail.com> wrote:
> I'm writing my first haskell package, how do i determine the minimal
> dependency of it, for example, it use Data.Data, how do i know which version
> of base package  first introduce Data.Data module, i can't find the answer
> with google.

You should specify the minimum version you have tested with.

Anthony



More information about the Haskell-Cafe mailing list