UoYCS-plasma / LazySmallCheck2012

Lazy SmallCheck with functional values and existentials!
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Hackage availability #11

Open Warbo opened 10 years ago

Warbo commented 10 years ago

Hi, are there any plans to make LazySmallCheck2012 available via Hackage? It would be much more convenient for me to "cabal install" once rather than fiddling with each of my projects to point it at a git clone.

Thanks, Chris

jasonreich commented 10 years ago

Hey Chris,

No reason why it can't be. I just didn't want to pollute the namespace with something that isn't API compatible. I'll have a look at prescedence. Is it working ok for you?

Regards,

Jason — Sent from Mailbox

On Mon, May 12, 2014 at 3:03 PM, Warbo notifications@github.com wrote:

Hi, are there any plans to make LazySmallCheck2012 available via Hackage? It would be much more convenient for me to "cabal install" once rather than fiddling with each of my projects to point it at a git clone. Thanks,

Chris

Reply to this email directly or view it on GitHub: https://github.com/UoYCS-plasma/LazySmallCheck2012/issues/11

Warbo commented 10 years ago

It's working for those projects which import it, although I still haven't figured out the Argument class yet. ghci hits a "not found" error for some auto-generated .o file when trying to run lazysmallcheck functions, but loading it in the lazysmallcheck directory then moving to the project directory with :cd works around that.