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
Currently, there's a general metadata field for "libraries". That should be replaced by a YAML-based metadata field called "packages" that holds a list of tuples of type (PackageName, PackageVersion).
With this, we can identify older and potentially outdated content without having to resort to submission dates, checking whether any code compiles, etc.
EDIT: The supported GHC version could be inferred from the map snd of the list.
The text was updated successfully, but these errors were encountered:
Currently, there's a general metadata field for "libraries". That should be replaced by a YAML-based metadata field called "packages" that holds a list of tuples of type
(PackageName, PackageVersion)
.With this, we can identify older and potentially outdated content without having to resort to submission dates, checking whether any code compiles, etc.
EDIT: The supported GHC version could be inferred from the
map snd
of the list.The text was updated successfully, but these errors were encountered: