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

cabal-diff: reporting of deleted modules #92

Open
harendra-kumar opened this issue Jun 23, 2021 · 1 comment
Open

cabal-diff: reporting of deleted modules #92

harendra-kumar opened this issue Jun 23, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@harendra-kumar
Copy link

We deleted the Streamly.Tutorial module in the new release. But it is reported as follows:

++ wSerial :: IsStream t => t m a -> t m a -> t m a
    Streamly.Tutorial
@@@ Streamly.Unicode.Stream

It will be helpful if there is some annotation indicating that this is deleted.

@phadej
Copy link
Owner

phadej commented Jun 23, 2021

It's reported that way because it didn't exported anything. Not good, but quite a corner case.

@phadej phadej added enhancement New feature or request help wanted Extra attention is needed labels Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants