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
The Bytes type in template-haskell-2.16.0.0 uses derived Eq instances, which uses pointer equality, even though it is semantically similar to ByteString. This causes the serialization roundtrip tests to fail for some Template Haskell types, so I have disabled those tests. This issue tracks re-enabling them if this is fixed upstream.
The text was updated successfully, but these errors were encountered:
The
Bytes
type intemplate-haskell-2.16.0.0
uses derivedEq
instances, which uses pointer equality, even though it is semantically similar toByteString
. This causes the serialization roundtrip tests to fail for some Template Haskell types, so I have disabled those tests. This issue tracks re-enabling them if this is fixed upstream.The text was updated successfully, but these errors were encountered: