|
instance Arbitrary1 NonEmpty where |
these instances finally made it into QuickCheck
https://hackage-content.haskell.org/package/QuickCheck-2.17.1.0/docs/src/Test.QuickCheck.Arbitrary.html#line-543
So we have duplicate instance declarations - and compilation fails.
Will ignore tests in stackage for now.
dlist/tests/QuickCheckUtil.hs
Line 61 in 8ce1a13
these instances finally made it into QuickCheck
https://hackage-content.haskell.org/package/QuickCheck-2.17.1.0/docs/src/Test.QuickCheck.Arbitrary.html#line-543
So we have duplicate instance declarations - and compilation fails.
Will ignore tests in stackage for now.