cabal-extras icon indicating copy to clipboard operation
cabal-extras copied to clipboard

cabal-diff: reporting of deleted modules

Open harendra-kumar opened this issue 4 years ago • 1 comments

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.

harendra-kumar avatar Jun 23 '21 06:06 harendra-kumar

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

phadej avatar Jun 23 '21 06:06 phadej