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

Safe Haskell compilation warnings #67

Closed
kolmodin opened this issue Jan 22, 2015 · 1 comment
Closed

Safe Haskell compilation warnings #67

kolmodin opened this issue Jan 22, 2015 · 1 comment

Comments

@kolmodin
Copy link
Owner

These needs to be addressed;

src/Data/Binary/Builder/Internal.hs:3:14: Warning:
    ‘Data.Binary.Builder.Internal’ is marked as Trustworthy but has been inferred as safe!
src/Data/Binary/Put.hs:3:14: Warning:
    ‘Data.Binary.Put’ is marked as Trustworthy but has been inferred as safe!
src/Data/Binary/Class.hs:3:14: Warning:
    ‘Data.Binary.Class’ is marked as Trustworthy but has been inferred as safe!
src/Data/Binary/Generic.hs:2:26: Warning:
    ‘Data.Binary.Generic’ is marked as Trustworthy but has been inferred as safe!

An closer look at all Safe Haskell use within binary would be good.

@kolmodin
Copy link
Owner Author

This has been fixed.

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