Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find earliest package version with function X

So I'm sitting here wondering why the hell I can't find the function I'm looking for, and it turns out it doesn't exist in the version of the package I have installed.

So how do I make Hackage tell me what version that function was added in?

(In particular, so I can specify the correct package bounds in my Cabal description.)

like image 605
MathematicalOrchid Avatar asked Apr 26 '15 15:04

MathematicalOrchid


1 Answers

hackage-diff is probably the tool you are looking for.

N.B. I never tried it myself.

like image 59
phadej Avatar answered Sep 28 '22 10:09

phadej