yaya-hedgehog 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- CHANGELOG.md +4/−0
- yaya-hedgehog.cabal +2/−1
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-hedgehog.cabal view
@@ -1,5 +1,5 @@ name: yaya-hedgehog-version: 0.2.0.0+version: 0.2.0.1 synopsis: Hedgehog testing support for the Yaya recursion scheme library. description: If you use Yaya in your own code and have tests written@@ -34,6 +34,7 @@ , MultiParamTypeClasses , RankNTypes , ScopedTypeVariables+ , StrictData , TupleSections default-language: Haskell2010