-
Notifications
You must be signed in to change notification settings - Fork 710
cabal-version check in parsec-parser #4681
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
Comments
Should one reject to work with such files, or should we be optimistic and try anyway (yet report the version error, not the parse error?) |
I can amend -newtype ParseResult = ParseResult (Writer (warnings, errors) (Maybe a))
+newtype ParseResult = ParseResult (Writer (warnings, errors, cabalVersion) (Maybe a)) |
+1, that would be useful. |
Yes, I think the general idea is that the format of the header, or at least the format far enough to read |
This is done |
No description provided.
The text was updated successfully, but these errors were encountered: