-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Guess this is to avoid some ambiguities of symbols, but for some identifier I get packages with versions in my API dump.
E.g.
Call :: forall (m :: * -> *). bytestring-0.11.5.3:Data.ByteString.Internal.Type.ByteString -> Faas m (Data.Either.Either (GHC.Types.Int, bytestring-0.11.5.3:Data.ByteString.Internal.Type.ByteString) (bytestring-0.11.5.3:Data.ByteString.Internal.Type.ByteString, bytestring-0.11.5.3:Data.ByteString.Internal.Type.ByteString))
Or the same with aeson
:
SetModuleTwinHandler :: forall a1 (m :: * -> *). (GHC.Classes.Eq a1, aeson-2.2.3.0:Data.Aeson.Types.FromJSON.FromJSON a1) => (a1 -> m ()) -> IoTHub m ()
But his just creates noise if the aeson
/bytestring
version changes, and also it feels inconsistent - e.g. Either
or Int
are not "package-prefixed".
Metadata
Metadata
Assignees
Labels
No labels