
15 Jul
2011
15 Jul
'11
10:56 a.m.
On Fri, Jul 15, 2011 at 10:48 AM, yi huang
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