packages feed

finitary 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for finitary +## 1.1.0.1 -- 2019-09-21++* Fix bug tracker link in Cabal file (no code changes).+ ## 1.1.0.0 -- 2019-09-21  * Repair a disagreement between ``Ord`` and ``Finitary`` derivations via
finitary.cabal view
@@ -3,7 +3,7 @@ -- PVP summary:        +-+------- breaking API changes --                     | | +----- non-breaking API additions --                     | | | +--- code changes with no API change-version:               1.1.0.0+version:               1.1.0.1 synopsis:              A better, more type-safe Enum. description:           Provides a type class witnessing that a type has                        finitely-many inhabitants, as well as its cardinality.@@ -11,7 +11,7 @@                        Generics, together with a range of instances for existing                        types. homepage:              https://notabug.org/koz.ross/finitary-bug-reports:           https://notabug.org/koz/ross/finitary/issues+bug-reports:           https://notabug.org/koz.ross/finitary/issues license:               GPL-3.0-or-later license-file:          LICENSE.md author:                Koz Ross