Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditionally instantiate NFData for ByteString and L.ByteString #61

Closed
kolmodin opened this issue Sep 25, 2014 · 0 comments
Closed

Conditionally instantiate NFData for ByteString and L.ByteString #61

kolmodin opened this issue Sep 25, 2014 · 0 comments

Comments

@kolmodin
Copy link
Owner

On bytestring < 0.10.0.0 there were no NFData declarations, and we instantiated our own.

Now bytestring >= 0.10.0.0 is shipped with the Haskell Platform - our instances are no longer needed for newer bytestrings.

We have some broken code that checks for GHC version, but it should actually be checking the ByteString version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant