You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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: #11
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.
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
The text was updated successfully, but these errors were encountered: