prop-unit 1.0.0 → 1.0.1
raw patch · 3 files changed
+3/−1 lines, 3 files
Files
- prop-unit.cabal +1/−1
- src/PropUnit.hs +1/−0
- src/PropUnit/Hedgehog/Gen.hs +1/−0
prop-unit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: prop-unit-version: 1.0.0+version: 1.0.1 synopsis: Conveniences for using Hedgehog as a unit test runner description: Please see the README on GitHub at <https://github.com/ejconlon/prop-unit#readme> category: Testing
src/PropUnit.hs view
@@ -9,6 +9,7 @@ , Range , TestLimit , TestName+ , TestT , TestTree , (===) , (/==)
src/PropUnit/Hedgehog/Gen.hs view
@@ -1,3 +1,4 @@+-- | Full re-export of Hedgehog.Gen module PropUnit.Hedgehog.Gen ( module Hedgehog.Gen )