aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for propertiesSimon Hengel2012-10-091-0/+11
|
* Add HTML test for propertiesSimon Hengel2012-10-093-0/+132
|
* runtests.hs: Use listToMaybe/fromMaybe instead of safeHead/maybeSimon Hengel2012-10-071-9/+5
|
* runtests.hs: Make -Wall proofSimon Hengel2012-10-071-6/+17
|
* runtests.hs: Fix some warningsSimon Hengel2012-10-071-8/+15
|
* cross-package test: re-export IsString instead of MonadSimon Hengel2012-10-073-187/+24
| | | | | | | There is a monad instance for Q, which is not available on platforms that do not have GHCi support. This caused CrossPackageDocs to fail on those platforms. Re-exporting IsString should test the same thing, but it works on all platforms.
* Extend rather than set environment when running HTML testsSimon Hengel2012-10-071-3/+7
| | | | On some platforms (e.g. ppc64) GHC requires gcc in the path.
* Add test-suite section for parsetests to cabal fileSimon Hengel2012-10-015-87/+186
| | | | + get rid of HUnit dependency
* Adapt parsetests for GHC 7.6.1Simon Hengel2012-10-011-2/+4
|
* Update hidden instances tests.David Waern2012-09-272-3/+3
|
* Merge branch 'ghc-7.6' of http://darcs.haskell.org/haddock into ghc-7.6David Waern2012-09-275-75/+1
|\
| * Remove (Monad (Either e)) instance from ref. rendering of CrossPackageDocsSimon Hengel2012-09-211-10/+0
| | | | | | | | | | I do not really understand why the behavior changed, so I'll open a ticket, so that we can further investigate.
| * Update TypeOperators test for GHC 7.6.1Simon Hengel2012-09-213-65/+1
| | | | | | | | Type operators can't be used as type variables anymore!
| * Disable Unicode test for nowSimon Hengel2012-09-211-0/+0
| |
* | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into ↵David Waern2012-09-075-0/+366
|\ \ | |/ |/| | | ghc-7.6
| * Add an other test for hiding instances (#37)Simon Hengel2012-07-273-0/+162
| |
| * Tests for hiding instances (#37)Roman Cheplyaka2012-07-272-0/+204
| |
* | Update documentation of `runInteractiveProcess` in reference renderingSimon Hengel2012-08-281-1/+5
| |
* | Update reference renderings (remove links for ())Simon Hengel2012-08-283-51/+13
| |
* | Update reference renderings (bump version)Simon Hengel2012-08-2847-47/+47
| |
* | accept.hs: Ignore some filesSimon Hengel2012-08-281-1/+8
| |
* | Use LANGUAGE pragmas instead of default-extensions in cabal fileSimon Hengel2012-05-271-1/+1
| |
* | Add golden test for hyperlinksSimon Hengel2012-05-273-0/+128
| |
* | Add support for hyperlink labels to parserSimon Hengel2012-05-271-0/+14
| |
* | Add test for #205Simon Hengel2012-05-173-0/+89
| |
* | Add test for deprecated record fieldSimon Hengel2012-05-173-0/+192
| |
* | Bump version number.David Waern2012-05-1648-47/+114
| |
* | Add test for --ignore-all-exports flag/ignore-exports pragma.David Waern2012-04-012-0/+111
| |
* | Don't crash on unicode strings in doc comments.David Waern2012-04-011-0/+0
| |
* | Disable unicode test.David Waern2012-04-011-0/+0
| |
* | Remove copy.hs - use accept.hs instead.David Waern2012-02-041-37/+0
| |
* | Use mapM_ in accept.hs as well.David Waern2012-02-041-2/+2
| |
* | Update tests.David Waern2012-02-0413-13/+13
| |
* | Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4David Waern2012-02-0430-30/+30
|\ \
| * | Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-1230-30/+30
| | | | | | | | | | | | Thanks to Phyx.
* | | Expand type signatures for modules without explicit export listSimon Hengel2012-02-043-0/+271
| | |
* | | Expand type signatures in export list (fixes #192)Simon Hengel2012-02-043-0/+325
| | |
* | | Add tests for warningsSimon Hengel2012-02-0424-0/+1352
| | |
* | | Add tests for module warningsSimon Hengel2012-02-049-0/+342
| | |
* | | Remove index files from golden testsSimon Hengel2012-02-043-1995/+0
| | |
* | | tests/html-tests/copy.hs: Use mapM_ instead of mapMSimon Hengel2012-02-041-2/+3
| | | | | | | | | | | | So we do net get a list of () on stdout when running with runhaskell.
* | | Set unit tests for parser back to workSimon Hengel2012-02-043-14/+22
| | |
* | | Add reference renderingsSimon Hengel2012-02-0434-0/+3449
| |/ |/|
* | Fix bug introduced in my recent refactoring.David Waern2012-02-014-2/+156
|/
* Complete support for inferring types for top-level bindings.David Waern2011-12-276-5/+73
|
* Update tests following version bump.David Waern2011-12-2730-30/+30
|
* Add a test for Unicode doc comments.David Waern2011-12-032-0/+88
|
* Slightly better behaviour on top-levels without type signatures.David Waern2011-12-032-1/+43
| | | | | | | | - Docs don't get attached to the next top-level with signature by mistake. - If there's an export list and the top-level is part of it, its doc comment shows up in the documentation.
* Fix module reference bug.David Waern2011-11-262-0/+4
|
* Update tests.David Waern2011-11-265-4/+87
|