packages feed

quickcheck-dynamic 3.0.0 → 3.0.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep −template-haskell

Dependencies removed: template-haskell

Files

CHANGELOG.md view
@@ -9,6 +9,10 @@  ## UNRELEASED +## 3.0.1 - 2023-02-15++* Remove template haskell dependency+ ## 3.0.0 - 2023-02-14  * **BREAKING**: Add `HasVariables` class to keep track of symbolic variables and automatically insert precondition
quickcheck-dynamic.cabal view
@@ -1,6 +1,6 @@ cabal-version:   2.2 name:            quickcheck-dynamic-version:         3.0.0+version:         3.0.1 license:         Apache-2.0 license-files:   LICENSE@@ -80,4 +80,3 @@         random -any,         mtl -any,         containers -any,-        template-haskell >= 2.16