We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My program just crashed at run-time with
ghc: Duplicate version tags: [2,2,1]
because I wrote
deriveSafeCopy 2 'extension ''Mytype_v2 deriveSafeCopy 2 'extension ''Mytype_v3
when I meant deriveSafeCopy 3 'extension ''Mytype_v3.
deriveSafeCopy 3 'extension ''Mytype_v3
Since I use deriveSafeCopy which is TemplateHaskell, it would be great if this mistake could be pointed out to me at compile time.
deriveSafeCopy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My program just crashed at run-time with
because I wrote
when I meant
deriveSafeCopy 3 'extension ''Mytype_v3
.Since I use
deriveSafeCopy
which is TemplateHaskell, it would be great if this mistake could be pointed out to me at compile time.The text was updated successfully, but these errors were encountered: