Proposal: remove versionTags from Data.Version
Herbert Valerio Riedel
hvr at gnu.org
Wed Sep 24 09:27:50 UTC 2014
On 2014-09-23 at 23:57:47 +0200, Thomas Miedema wrote:
> Version in Data.Version from base is defined as:
>
> data Version = Version { versionBranch :: [Int], versionTags ::
> [String] }
[...]
> ## Proposal
> Remove the `versionTags` field from this type.
+1
(possibly with a DEPRECATE-cycle during GHC 7.10, and actual removal with GHC 7.12)
More information about the Libraries
mailing list