-
Notifications
You must be signed in to change notification settings - Fork 6
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
Parsehs mode doesn't use the right locations #10
Comments
The |
Hmmm yeah, I definitely understand that. However, my main use case for this tool is comparing my current code to what is released on hackage to check whether I need to do a major or minor version bump. To do this you have to use |
Yes, I added the message to tell you if breaking changes were detected because people told me they like that feature. Of course, for your own code you can of course chose not to use the CPP and don't put language options in the .cabal etc. and the Haskell parser might do am OK job then. For local packages you could always use |
I tried using
|
My memory is real hazy here, but that might be one of the cases not covered. I think I added the |
When running
hackage-diff --mode=parsehs xmlhtml 0.2.2 0.2.4
I get the following output:It looks like it's looking for
Text/XmlHtml.hs
but it should be looking forsrc/Text/XmlHtml.hs
.The text was updated successfully, but these errors were encountered: