packages feed

universe-instances-extended 1.1.2 → 1.1.3

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: base, universe-base

API changes (from Hackage documentation)

Files

changelog view
@@ -1,2 +1,6 @@+1.1.3++* Add Solo instances+ 1.1.2 * Mark modules as explicit Safe or Trustworthy
universe-instances-extended.cabal view
@@ -1,5 +1,5 @@ name:               universe-instances-extended-version:            1.1.2+version:            1.1.3 synopsis:           Universe instances for types from selected extra packages description:   A class for finite and recursively enumerable types and some helper functions for enumerating them@@ -31,7 +31,9 @@    || ==8.4.4    || ==8.6.5    || ==8.8.4-   || ==8.10.3+   || ==8.10.4+   || ==9.0.1+   || ==9.2.1  source-repository head   type:     git@@ -47,9 +49,9 @@   hs-source-dirs:   src   exposed-modules:  Data.Universe.Instances.Extended   build-depends:-      base           >=4.3   && <4.15+      base           >=4.3   && <4.17     , containers-    , universe-base  >=1.1.2 && <1.1.3+    , universe-base  >=1.1.3 && <1.1.4    if impl(ghc >=7.4)     -- adjunctions-4.4 and comonad-5.0.8 have explicit annotations