- Aug 06, 2017
-
-
* Fix pretty-printing of pattern signatures Pattern synonyms can have up to two contexts, both having a different semantic meaning: The first holds the constraints required to perform the matching, the second contains the constraints provided by a successful pattern match. When the first context is empty but the second is not it is necessary to render the first, empty context. * Generate pattern synonym signatures for ctors exported as patterns This fixes #653. * Simplify extractPatternSyn It is not necessary to generate the simplest type signature since it will be simplified when pretty-printed. * Add changelog entries for PR #663 * Fix extractPatternSyn error message
-
- Aug 05, 2017
-
-
* rework rename * Add regression test for Bug 613 * update tests * update changelog
-
- Jul 31, 2017
-
-
Alex Biehl authored
* Move `DocMarkup` from haddock-api to haddock-library * Move more markup related functions * Markup module * CHANGELOG
-
- Jul 27, 2017
-
-
alexbiehl authored
-
- Jul 20, 2017
-
-
Alex Biehl authored
-
- Jun 29, 2017
-
-
Alex Biehl authored
* Make per-argument docs for class methods work again * Test case
-
- Jun 09, 2017
-
-
* Haddock support for bundled pattern synonyms * Add fixities to bundled pattern synonyms * Add bundled pattern synonyms to the synopsis * Store bundled pattern fixities in expItemFixities * Add test for bundled pattern synonyms * Stop threading fixities * Include bundled pattern synonyms for re-exported data types Sadly, fixity information isn't found for re-exported data types * Support for pattern synonyms * Modify tests after #631 * Test some reexport variations * Also lookup bundled pattern synonyms from `InstalledInterface`s * Check isExported for bundled pattern synonyms * Pattern synonym is exported check * Always look for pattern synonyms in the current module Another overlooked cornercase * Account for types named twice in export lists Also introduce a fast function for nubbing on a `Name` and use it throughout the code base. * correct fixities for reexported pattern synonyms * Fuse concatMap and map * Remove obsolete import * Add pattern synonyms to visible exports * Fix test * Remove corner case
-
- Jun 03, 2017
-
-
Alex Biehl authored
-
- Apr 26, 2017
-
-
Alex Biehl authored
-
-
-
Alex Biehl authored
* Release haddock/haddock-api 2.17.4 and haddock-library 1.4.3 * Set version bounds for haddock-library NB: This allows GHC 8.2.1's base * Set version bounds for haddock & haddock-api The version bounds support GHC 8.2 * Merge (temporary) v2.17.3 branch into v2.17 This allows us to delete the v2.17.3 branch * Fixup changelog * Pin down haddock-api to a single version as otherwise `haddock`'s package version has no proper meaning * fix source-repo spec for haddock-api
-
- May 25, 2016
-
-
Sebastian Meric de Bellefon authored
-
- May 14, 2016
-
-
Ben Gamari authored
This is necessary to ensure we use gmake.
-
Ben Gamari authored
-
- May 12, 2016
-
-
Ben Gamari authored
Apparently GHC's build system doesn't permit wildcards in clean paths.
-
Ben Gamari authored
This bump was a bit premature. This reverts commit 7b238d9c.
-
Ben Gamari authored
-
Ben Gamari authored
-
- Jan 06, 2016
-
-
Ben Gamari authored
-
- Aug 02, 2015
-
-
Mateusz Kowalczyk authored
-
- Jul 31, 2015
-
-
Mateusz Kowalczyk authored
-
- Jul 22, 2015
-
-
Mateusz Kowalczyk authored
-
- Jul 11, 2015
-
-
Mateusz Kowalczyk authored
Closes #412
-
- Jul 07, 2015
-
-
Mateusz Kowalczyk authored
-
- Jun 14, 2015
-
-
Mateusz Kowalczyk authored
-
- Jun 12, 2015
-
-
Mateusz Kowalczyk authored
Closes #398
-
Mateusz Kowalczyk authored
Fixes #207, closes #402
-
Mateusz Kowalczyk authored
Closes #400
-
- Mar 28, 2015
-
-
Mateusz Kowalczyk authored
Closes #285
-
Mateusz Kowalczyk authored
-
- Mar 27, 2015
-
-
Mateusz Kowalczyk authored
Fixes #168
-
Mateusz Kowalczyk authored
One thing of note is that we no longer preserve grouping of methods and print each method on its own line. We could preserve it if no documentation is present for any methods in the group if someone asks for it though. Fixes #259
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
Fixes #361
-
Mateusz Kowalczyk authored
-
- Mar 17, 2015
-
-
Mateusz Kowalczyk authored
Closes #151 due to 71170fc7
-
- Jan 22, 2015
-
-
Mateusz Kowalczyk authored
-
- Dec 18, 2014
-
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
Adds --no-print-missing-docs
-