
14 Apr
2010
14 Apr
'10
9:35 p.m.
Gwern Branwen
The QC 1 v 2 errors aside, they seem to be quite bitrotten eg. for test_Selective.hs
test_Selective.hs:18:4: `coarbitrary' is not a (visible) method of class `Arbitrary'
[snip]
I've pushed 1 patches updating module imports and aavogt did another, but I can't seem to get ghci to load the right QuickCheck version so I'm punting on fixing any other possible errors.
Well, the .cabal file does specify QuickCheck < 2, so that should be right. What versions of QuickCheck do you have installed? Or if you're trying to build/run this without using Cabal, then do "ghc-pkg hide QuickCheck-2.xxxxx". -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com