Skip to content

Link to GitHub README (instead of to the repo) #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions TODO

This file was deleted.

2 changes: 1 addition & 1 deletion core/test-framework.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ License: BSD3
License-File: LICENSE
Author: Max Bolingbroke <batterseapower@hotmail.com>
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

Expand Down
2 changes: 1 addition & 1 deletion example/test-framework-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ License: BSD3
License-File: LICENSE
Author: Max Bolingbroke <batterseapower@hotmail.com>
Maintainer: Max Bolingbroke <batterseapower@hotmail.com>
Homepage: https://github.com/haskell/test-framework
Homepage: https://github.com/haskell/test-framework#readme
Build-Type: Simple

Tested-With:
Expand Down
2 changes: 1 addition & 1 deletion hunit/test-framework-hunit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: BSD3
License-File: LICENSE
Author: Max Bolingbroke <batterseapower@hotmail.com>
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.
Expand Down
4 changes: 2 additions & 2 deletions quickcheck/test-framework-quickcheck.cabal
Original file line number Diff line number Diff line change
@@ -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 <batterseapower@hotmail.com>
Maintainer: Max Bolingbroke <batterseapower@hotmail.com>
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

Expand Down
3 changes: 1 addition & 2 deletions quickcheck2/test-framework-quickcheck2.cabal
Original file line number Diff line number Diff line change
@@ -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 <batterseapower@hotmail.com>
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 </package/test-framework test-framework package>.
Expand Down