packages feed

ten-unordered-containers 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@ # 0.1.0.0  Initial version.++# 0.1.0.1++* Extend support back to GHC 8.6.
ten-unordered-containers.cabal view
@@ -4,13 +4,15 @@ -- -- see: https://github.com/sol/hpack ----- hash: bacdf6bf658e324e59d002464462008d6e6041183c60c073fc2f568c989d3873+-- hash: 460b0d405128cac6332d195fe97b6929e0a80b1dfef27a869163931cb8b21e7c  name:           ten-unordered-containers-version:        0.1.0.0+version:        0.1.0.1 synopsis:       A package providing one unordered container.-description:    This provides unordered (hash-based) containers of kind `(k -> Type) -> Type`-                based on unordered-containers.  Currently only HashMap10 is implemented.+description:    This provides unordered (hash-based) containers of kind @(k -> Type) -> Type@+                based on+                <https://hackage.haskell.org/package/unordered-containers unordered-containers>.+                Currently only @HashMap10@ is implemented. category:       Data homepage:       https://github.com/google/hs-ten#readme bug-reports:    https://github.com/google/hs-ten/issues