packages feed

catalyst 0.0.0.0 → 0.0.0.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,3 +1,6 @@+[![Hackage](https://img.shields.io/hackage/v/catalyst.svg)](https://hackage.haskell.org/package/catalyst)++ # catalyst  Welcome to catalyst! It's a Category typeclass hierarchy powerful enough to encode full programs.
catalyst.cabal view
@@ -4,12 +4,12 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3ff2d7f6f18494c402cb5005bb0958895552a0e6e880e40abfd2a9c523201627+-- hash: e69dcd4b542859c9d9c82dd51413c9f10e10061cb722ac7de19d121d50cef9b8  name:           catalyst-version:        0.0.0.0+version:        0.0.0.1 synopsis:       A Category typeclass hierarchy powerful enough to encode full programs.-description:    Please see the README on GitHub at <https://github.com/githubuser/catalyst#readme>+description:    Please see the README on GitHub at <https://github.com/ChrisPenner/catalyst#readme> homepage:       https://github.com/ChrisPenner/catalyst#readme bug-reports:    https://github.com/ChrisPenner/catalyst/issues author:         Chris Penner