policeman icon indicating copy to clipboard operation
policeman copied to clipboard

Shows old modules as new modules

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

Thanks for this useful tool! I just gave it a try and it showed a lot of useful information.

I tried it on streamly-0.7.2 vs streamly master branch (to be 0.8.0). It showed me these modules as new even though they are present in old release as well:

    Streamly.Network.Inet.TCP
    Streamly.Network.Socket

I noticed that in streamly-0.7.2, they were defined as:

   if !impl(ghcjs)
       exposed-modules:
                       Streamly.Network.Socket
                     , Streamly.Network.Inet.TCP

But in the master branch the ghcjs condition has been removed.

harendra-kumar avatar Jun 02 '21 07:06 harendra-kumar