-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weaken Cabal bounds, remove example test-suite
The lower bound on Cabal was unnecessary and has been relaxed. The example test-suite, which includes failures, has been removed so that the project does not appear to be failing its tests. The Example module is still available, now with some extra documentation, and the readme has been updated to include the relevant information that should be in a Cabal file. The source has also been tidied by stylish-haskell.
- Loading branch information
Showing
5 changed files
with
25 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
cabal-test-quickcheck | ||
===================== | ||
|
||
Support for QuickCheck with the 'detailed' Cabal testing interface. See | ||
`test/Example.hs` for an example of use. | ||
|
||
Set the `type` of your test-suite to `detailed-0.9`, and point the `test-module` | ||
field to the module which exports your `tests`. Configure with the | ||
`--enable-tests` option and run `cabal test`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters