diff --git a/TODO b/TODO deleted file mode 100644 index a2154e6..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ -=== High Priority === - -=== Medium Priority === - -=== Low Priority === -* Report the number of tests run when a QuickCheck run times out -* Make the cursor un-hide when Ctrl-C is used to exit the program: may involve something like myThreadId >>= \main_thread -> installHandler sigINT (Catch (throwTo main_thread $ ExitException $ ExitFailure 1)) Nothing -* Make the QuickCheck2 provider correlate arguments with test failures (need to change QuickCheck2 upstream...) \ No newline at end of file diff --git a/core/test-framework.cabal b/core/test-framework.cabal index 495387e..100ab9e 100644 --- a/core/test-framework.cabal +++ b/core/test-framework.cabal @@ -10,7 +10,7 @@ License: BSD3 License-File: LICENSE Author: Max Bolingbroke Maintainer: Andreas Abel -Homepage: https://github.com/haskell/test-framework +Homepage: https://github.com/haskell/test-framework#readme Bug-Reports: https://github.com/haskell/test-framework/issues Build-Type: Simple diff --git a/example/test-framework-example.cabal b/example/test-framework-example.cabal index e65553c..6ff6b7b 100644 --- a/example/test-framework-example.cabal +++ b/example/test-framework-example.cabal @@ -8,7 +8,7 @@ License: BSD3 License-File: LICENSE Author: Max Bolingbroke Maintainer: Max Bolingbroke -Homepage: https://github.com/haskell/test-framework +Homepage: https://github.com/haskell/test-framework#readme Build-Type: Simple Tested-With: diff --git a/hunit/test-framework-hunit.cabal b/hunit/test-framework-hunit.cabal index f7f7a35..7f7e227 100644 --- a/hunit/test-framework-hunit.cabal +++ b/hunit/test-framework-hunit.cabal @@ -7,7 +7,7 @@ License: BSD3 License-File: LICENSE Author: Max Bolingbroke Maintainer: Andreas Abel -Homepage: https://github.com/haskell/test-frameworky +Homepage: https://github.com/haskell/test-framework#readme Bug-Reports: https://github.com/haskell/test-framework/issues Build-Type: Simple Description: @HUnit@ support for the @test-framework@ package. diff --git a/quickcheck/test-framework-quickcheck.cabal b/quickcheck/test-framework-quickcheck.cabal index ba969f6..d559f2e 100644 --- a/quickcheck/test-framework-quickcheck.cabal +++ b/quickcheck/test-framework-quickcheck.cabal @@ -1,13 +1,13 @@ +Cabal-Version: 1.18 Name: test-framework-quickcheck Version: 0.3.0 -Cabal-Version: >= 1.2.3 Category: Testing Synopsis: QuickCheck support for the test-framework package. License: BSD3 License-File: LICENSE Author: Max Bolingbroke Maintainer: Max Bolingbroke -Homepage: https://github.com/haskell/test-framework +Homepage: https://github.com/haskell/test-framework#readme Bug-Reports: https://github.com/haskell/test-framework/issues Build-Type: Simple diff --git a/quickcheck2/test-framework-quickcheck2.cabal b/quickcheck2/test-framework-quickcheck2.cabal index 06e3571..c2dc03e 100644 --- a/quickcheck2/test-framework-quickcheck2.cabal +++ b/quickcheck2/test-framework-quickcheck2.cabal @@ -1,14 +1,13 @@ Cabal-Version: 1.18 Name: test-framework-quickcheck2 Version: 0.3.0.6 - Category: Testing Synopsis: QuickCheck-2 support for the test-framework package. License: BSD3 License-File: LICENSE Author: Max Bolingbroke Maintainer: Andreas Abel -Homepage: https://github.com/haskell/test-framework +Homepage: https://github.com/haskell/test-framework#readme Bug-Reports: https://github.com/haskell/test-framework/issues Build-Type: Simple Description: Allows @QuickCheck-2@ properties to be used with the .