policeman
policeman copied to clipboard
Shows old modules as new modules
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.