haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Add Show and Eq constraints #5

Closed bgamari closed 12 years ago

bgamari commented 12 years ago

Num no longer carries Show and Eq constraints as of ghc 7.4. Add these explicitly.

mokus0 commented 12 years ago

Thank you!

mokus0 commented 12 years ago

I don't have a GHC 7.4 build yet so I can't test it at the moment. Do you need this pushed to hackage now or can it wait till I have time to do that?

bgamari commented 12 years ago

On Fri, 30 Dec 2011 11:33:04 -0800, James Cook reply@reply.github.com wrote:

I don't have a GHC 7.4 build yet so I can't test it at the moment. Do you need this pushed to hackage now or can it wait till I have time to do that?

No worries. Take your time. I've just installed it manually for the time being.

Cheers,