genvalidity 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- genvalidity.cabal +8/−2
- src/Data/GenValidity.hs +0/−1
genvalidity.cabal view
@@ -1,7 +1,13 @@ name: genvalidity-version: 0.2.0.1+version: 0.2.0.2 synopsis: Testing utilities for the validity library-description: Please see README.md+description: + Note: There are companion instance packages for this library:+ .+ * <https://hackage.haskell.org/package/genvalidity-text genvalidity-text>+ .+ * <https://hackage.haskell.org/package/genvalidity-containers genvalidity-containers>+ homepage: https://github.com/NorfairKing/validity#readme license: MIT license-file: LICENSE
src/Data/GenValidity.hs view
@@ -39,7 +39,6 @@ > case myFunction input of > Nothing -> return () -- Can happen > Just output -> output `shouldSatisfy` isValid- -} module Data.GenValidity