packages feed

yaya-unsafe 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+6/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## 0.2.0.1 – 2020–05–18+### Changed+- Turned on StrictData+ ## 0.2.0.0 – 2020–05–14 ### Changed - updated in sync with polykinding changes in yaya-0.3.0.0
yaya-unsafe.cabal view
@@ -1,5 +1,5 @@ name:                yaya-unsafe-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Non-total extensions to the Yaya recursion scheme library. description:         Yaya is designed as a _total_ library. However, it is often                      expedient to use partial operations in some cases, and this@@ -43,6 +43,7 @@                      , MultiParamTypeClasses                      , RankNTypes                      , ScopedTypeVariables+                     , StrictData                      , TupleSections   default-language:    Haskell2010