Skip to content
  • Duncan Coutts's avatar
    Make Data.Version parsing stricter · 32e9fe80
    Duncan Coutts authored
    Dissalows version strings like "1.05". It'd have to be "1.5" or "1.0.5".
    That is, leading '0's in version components are no longer allowed.
    The Version parser & pretty printer should now be exactly 1-1 and invertable.
    32e9fe80