packages feed

extrapolate 0.3.0 → 0.3.1

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Test.Extrapolate: class (Listable a, Typeable a, Show a) => Generalizable a where name _ = "x" background _ = []
+ Test.Extrapolate: class (Listable a, Typeable a, Show a) => Generalizable a
- Test.Extrapolate: class Testable a where options _ = []
+ Test.Extrapolate: class Testable a
- Test.Extrapolate.Core: class (Listable a, Typeable a, Show a) => Generalizable a where name _ = "x" background _ = []
+ Test.Extrapolate.Core: class (Listable a, Typeable a, Show a) => Generalizable a
- Test.Extrapolate.Core: class Testable a where options _ = []
+ Test.Extrapolate.Core: class Testable a

Files

extrapolate.cabal view
@@ -1,5 +1,5 @@ name:                extrapolate-version:             0.3.0+version:             0.3.1 synopsis:            generalize counter-examples of test properties description:   Extrapolate is a tool able to provide generalized counter-examples of test@@ -26,12 +26,12 @@  source-repository head   type:            git-  location:        https://github.com/rudymatela/speculate+  location:        https://github.com/rudymatela/extrapolate  source-repository this   type:            git-  location:        https://github.com/rudymatela/speculate-  tag:             v0.3.0+  location:        https://github.com/rudymatela/extrapolate+  tag:             v0.3.1  library   exposed-modules: Test.Extrapolate