Skip to content
  • Simon Marlow's avatar
    Update Distribution.Version · ee686509
    Simon Marlow authored
    Change the Version type in Distribtion.Version to be a combination of
    a branch ([Int]) and a list of arbitrary tag strings.  This is
    intended to be a generic version type, where the interpretation of
    ordering is application-dependent.
    
    Distribution.Version also has lots of version-related stuff that is
    specific to packages: version ranges (the VersionRange type), and
    concrete show/parse functions for package versions.
    ee686509