packages feed

speculate 0.2.1 → 0.2.2

raw patch · 1 files changed

+3/−3 lines, 1 files

Files

speculate.cabal view
@@ -1,5 +1,5 @@ name:                speculate-version:             0.2.1+version:             0.2.2 synopsis:            discovery of properties about Haskell functions description:   Speculate automatically discovers laws about Haskell functions.@@ -9,7 +9,7 @@   .   * inequalities, such as @ 0 <= x * x @;   .-  * conditional equations, such as @ x <= 0  ==>  x + abs x == 0 @.+  * conditional equations, such as @ x \<= 0  ==\>  x + abs x == 0 @.  homepage:            https://github.com/rudymatela/speculate#readme license:             BSD3@@ -31,7 +31,7 @@ source-repository this   type:            git   location:        https://github.com/rudymatela/speculate-  tag:             v0.2.1+  tag:             v0.2.2   library