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
For cborg, I've successfully built and executed the test suite with GHC 9.8.4/ tasty-quickcheck-0.11.
serialise fails with:
[13 of 14] Compiling Tests.Serialise ( tests/Tests/Serialise.hs, dist/build/tests/tests-tmp/Tests/Serialise.o )
tests/Tests/Serialise.hs:283:9: error: [GHC-43085]
• Overlapping instances for Arbitrary (Vector.Primitive.Vector Int)
arising from a use of ‘mkTest’
Matching instances:
instance (Vector.Primitive.Prim a, Arbitrary a) =>
Arbitrary (Vector.Primitive.Vector a)
-- Defined in ‘Test.QuickCheck.Instances.Vector’
instance (Vector.Primitive.Prim a, Arbitrary a) =>
Arbitrary (Vector.Primitive.Vector a)
-- Defined at tests/Tests/Orphanage.hs:198:10
• In the expression: mkTest (T :: T (Vector.Primitive.Vector Int))
In the second argument of ‘testGroup’, namely
‘[mkTest (T :: T ()), mkTest (T :: T Bool), mkTest (T :: T Int),
mkTest (T :: T Int8), ....]’
In the expression:
testGroup
"Simple instance invariants"
[mkTest (T :: T ()), mkTest (T :: T Bool), mkTest (T :: T Int),
mkTest (T :: T Int8), ....]
|
283 | , mkTest (T :: T (Vector.Primitive.Vector Int))
| ^^^^^^
The text was updated successfully, but these errors were encountered:
For cborg, I've successfully built and executed the test suite with GHC 9.8.4/ tasty-quickcheck-0.11.
serialise fails with:
The text was updated successfully, but these errors were encountered: