Metadata revisions for type-map-0.1.0.0

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r2 (type-map-0.1.0.0-r2) 2018-01-07T04:05:31Z lyxia 6e4990fc4cd886fb60a4ff8a36d60af66d7b9b7deb935dada3bdd0d9c1991c88
  • Changed the library component's library dependency on 'base' from

    >=4.7 && <5
    to
    >=4.7 && <4.10

-r1 (type-map-0.1.0.0-r1) 2017-04-10T12:57:42Z lyxia 82b3d3434e40fa630cd04f9cdcc6b25206e72332de597b85b1098269b9cd4120
  • Changed description from

    Maps where keys are types and values can have types depending on their keys.
    
    * "Data.TypeMap.Dynamic": Simple maps using the 'Typeable' mechanism,
    tracking keys at run time.
    "Data.TypeMap.Dynamic.Alt" is an alternative API based on type applications
    rather than passing proxies, available from GHC 8.0.1.
    
    * "Data.TypeMap.Vector": Only available from GHC 8.0.1. Maps whose domains
    are given in their types for compile-time verification and fast indexing.
    Two more variants with the same API: "Data.TypeMap.List" uses lists and
    "Data.TypeMap.Map" uses maps (from 'containers'), trading indexing speed
    for for more efficient creation and modification. "Data.TypeMap.Static"
    exports some operations on type lists.
    to
    Maps where keys are types and values can have types depending on their keys.
    
    * "Data.TypeMap.Dynamic": Simple maps using the 'Typeable' mechanism,
    tracking keys at run time.
    "Data.TypeMap.Dynamic.Alt" is an alternative API based on type applications
    rather than passing proxies, available from GHC 8.0.1.
    
    * "Data.TypeMap.Vector": Only available from GHC 8.0.1. Maps whose domains
    are given in their types for compile-time verification and fast indexing.
    Two more variants with the same API: "Data.TypeMap.List" uses lists and
    "Data.TypeMap.Map" uses maps (from 'containers'), trading indexing speed
    for more efficient creation and modification. "Data.TypeMap.Static"
    exports some operations on type lists.

-r0 (type-map-0.1.0.0-r0) 2017-04-10T02:01:53Z lyxia 6e9532987271f76d4185e13241c83a1755d80e8b2e71772376b31a93840d5e54