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
We should probably tighten the bounds to >= 0.3.29
[1 of 1] Compiling Main ( test/Tests.hs, dist/build/binary-orphans-test/binary-orphans-test-tmp/Main.dyn_o )
test/Tests.hs:30:5: error:
• No instance for (Test.QuickCheck.Arbitrary.Arbitrary ByteArray)
arising from a use of ‘testProperty’
There are instances for similar types:
instance Test.QuickCheck.Arbitrary.Arbitrary
primitive-0.7.4.0:Data.Primitive.ByteArray.ByteArray
-- Defined in ‘Test.QuickCheck.Instances.Primitive’
• In the first argument of ‘($)’, namely ‘testProperty "ByteArray"’
In the expression:
testProperty "ByteArray" $ roundtrip (Proxy :: Proxy ByteArray)
In the second argument of ‘testGroup’, namely
‘[testProperty "Natural" $ roundtrip (Proxy :: Proxy Natural),
testProperty "Sum Int" $ roundtrip (Proxy :: Proxy (Sum Int)),
testProperty "Min Int" $ roundtrip (Proxy :: Proxy (Min Int)),
testProperty "Solo Int" $ roundtrip (Proxy :: Proxy (Solo Int)),
....]’
|
30 | , testProperty "ByteArray" $ roundtrip (Proxy :: Proxy ByteArray)
| ^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
We should probably tighten the bounds to >= 0.3.29
The text was updated successfully, but these errors were encountered: