You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I noticed that in streamly-0.7.2, they were defined as:
But in the master branch the ghcjs condition has been removed.
The text was updated successfully, but these errors were encountered: