
9 Nov
2012
9 Nov
'12
11:52 a.m.
* Janek S.
but I am aware that if the library were to be released on Hackage I would have to supply version numbers in the dependencies. The question is how to determine proper version numbers?
With the current state of affairs, your best bet is not to specify any version bounds, or specify only lower ones. Upper version bounds much more often break things that fix things. In future, when we develop better tools, this will hopefully change. When uploading to hackage, you'll be only required to give bounds for base, but they also may be very lax (like base ==4.*). Roman