packages feed

finitary 1.0.0.0 → 1.0.0.1

raw patch · 3 files changed

+7/−5 lines, 3 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.0.0.1 -- 2019-09-17++* Fix README (no code changes).+ ## 1.0.0.0 -- 2019-09-17  * Rewritten documentation to be more clear, and state more laws.
README.md view
@@ -132,10 +132,8 @@ ## What will this work on?  Currently, we have tested ``finitary`` (meaning 'run tests, not just compiled')-on GHC 8.4.4 and GHC 8.6.5. GHC 8.8.1 is still in the pipeline, as some of our-dependencies don't support it yet, but as soon as they do, we plan to test with-it also. If you would like any additional versions supported, please let us-know.+on GHC 8.4.4, GHC 8.6.5 and GHC 8.8.1. If you would like any additional versions +supported, please let us know.  So far, the tests have all been on x86_64 GNU/Linux. If you have results on other platforms or architectures, please let us know too!
finitary.cabal view
@@ -3,7 +3,7 @@ -- PVP summary:        +-+------- breaking API changes --                     | | +----- non-breaking API additions --                     | | | +--- code changes with no API change-version:               1.0.0.0+version:               1.0.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.