free-category 0.0.4.0 → 0.0.4.1
raw patch · 1 files changed
+8/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- free-category.cabal +8/−3
free-category.cabal view
@@ -1,7 +1,11 @@ name: free-category-version: 0.0.4.0-synopsis: Free category-description: Free categories+version: 0.0.4.1+synopsis: efficient data types for free categories and arrows+description:+ Provide various data types for free categories / type aligned queues, type+ classes which allow to write abstract categories with side effects (Kleisli+ like categories). These are useful for encoding type safe state machines.+ Free arrows are also provided. category: Algebra, Control, Monads, Category homepage: https://github.com/coot/free-category#readme bug-reports: https://github.com/coot/free-category/issues@@ -18,6 +22,7 @@ bench/report-O0.md bench/report-O1.md bench/report-O2.md+stability: experimental tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 source-repository head