tasty-smallcheck 0.8 → 0.8.0.1
raw patch · 3 files changed
+23/−4 lines, 3 files
Files
- CHANGELOG +0/−1
- CHANGELOG.md +20/−0
- tasty-smallcheck.cabal +3/−3
− CHANGELOG
@@ -1,1 +0,0 @@-See https://github.com/feuerbach/tasty/blob/master/CHANGES.md
+ CHANGELOG.md view
@@ -0,0 +1,20 @@++Changes+=======++Version 0.8.0.1+---------------++Split the changelog out of the main tasty changelog++Version 0.8+-----------++Update to tasty-0.8++Version 0.2+-----------++* Add an `execRunner` function+* Make `Runner` return `IO Bool`+* Re-export useful bits of `Test.SmallCheck` from `Test.Tasty.SmallCheck`
tasty-smallcheck.cabal view
@@ -1,5 +1,5 @@ Name: tasty-smallcheck-Version: 0.8+Version: 0.8.0.1 Cabal-Version: >= 1.6 Category: Testing Synopsis: SmallCheck support for the Tasty test framework.@@ -8,10 +8,10 @@ License-File: LICENSE Author: Roman Cheplyaka <roma@ro-che.info> Maintainer: Roman Cheplyaka <roma@ro-che.info>-Homepage: https://github.com/feuerbach/tasty+Homepage: http://documentup.com/feuerbach/tasty Bug-reports: https://github.com/feuerbach/tasty/issues Build-Type: Simple-extra-source-files: CHANGELOG+extra-source-files: CHANGELOG.md Source-repository head type: git