
24 Sep
2014
24 Sep
'14
5:27 a.m.
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)