aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/haddock-api.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Generate an index for package content search (#662)Florian Eggenhofer2017-08-271-0/+1
| | | Generate an index for package content search
* Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | * WIP: Provide --show-interface option to dump interfaces Like ghcs own --show-iface this flag dumps a binary interface file to stdout in a human (and machine) readable fashion. Currently it uses json as output format. * Fill all the jsonNull stubs * Rework Bifunctor instance of DocH, update changelog and documentation * replace changelog, bring DocMarkupH doc back * Update CHANGES.md * Update CHANGES.md * Move Control.Arrow up It would result in unused import if the Bifunctor instance is not generated.
* Bump haddock-library in haddock-apiAlexander Biehl2017-08-061-1/+1
|
* Move `DocMarkup` from haddock-api to haddock-library (#659)Alexander Biehl2017-07-311-1/+1
| | | | | | | | | | * Move `DocMarkup` from haddock-api to haddock-library * Move more markup related functions * Markup module * CHANGELOG
* Bump haddock to 2.18.2, haddock-library to 1.4.5alexbiehl2017-07-271-1/+1
|
* Drop obsolete/misleading `stability: experimental`Herbert Valerio Riedel2017-07-201-1/+0
| | | | This .cabal property has long been considered obsolete
* haddock-api: add changelog pointing to haddock's changelogHerbert Valerio Riedel2017-07-201-0/+3
| | | | | This addresses https://github.com/haskell/haddock/issues/638#issuecomment-309283297
* Tweak haddock-api.cabal for pending releaseHerbert Valerio Riedel2017-07-201-10/+23
|
* Prepare 2.18.1 release (#657)Alexander Biehl2017-07-201-1/+1
|
* Avoid missing home module warning (#652)Alex Biehl2017-07-081-0/+2
| | | | | | * Avoid missing home module warning * Update haddock-library.cabal
* Bump to 2.18.0 (#605)Alex Biehl2017-04-261-1/+1
|
* Cherry-picked remaining commits from haddock-2.17.4-release (#603)Alex Biehl2017-04-261-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Travis: Use ghc-8.2.1 on masteralexbiehl2017-04-251-1/+4
|
* Add @alexbiehl as maintanerAlexander Biehl2017-04-121-1/+1
|
* haddock-api: Bump bound on GHCBen Gamari2017-03-231-1/+1
|
* Merge branch 'ghc-head'Ben Gamari2017-03-101-1/+1
|\
| * Bump base upper boundBen Gamari2016-12-131-1/+1
| |
* | Version bumps (2.17.3, 1.4.2)Sebastian Meric de Bellefon2016-06-031-1/+1
| |
* | remove framed view of the HTML documentation (see #114 and #274)Sebastian Meric de Bellefon2016-05-241-1/+0
|/ | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis.
* Version bump to 2.17.2Ben Gamari2016-05-141-1/+1
|
* Revert "Version bump"Ben Gamari2016-05-121-1/+1
| | | | | | This bump was a bit premature. This reverts commit 7b238d9c5be9b07aa2d10df323b5c7b8d1634dc8.
* Version bumpBen Gamari2016-05-121-1/+1
|
* Bump versionsBen Gamari2016-05-101-1/+1
|
* Fix GHC and haddock-library dependency boundsBen Gamari2016-02-081-4/+4
|
* Version bumps and changelogBen Gamari2016-01-061-1/+1
|
* Update for D1200Ben Gamari2015-12-161-0/+1
|
* Relax upper bound on `base` to allow base-4.9Herbert Valerio Riedel2015-12-141-1/+1
|
* Refactor specializer module to be independent from XHTML backend.Łukasz Hanuszczak2015-08-211-1/+1
|
* Create scaffolding of a framework for renaming specialized types.Łukasz Hanuszczak2015-08-211-0/+1
|
* Create simple utility module for type specialization.Łukasz Hanuszczak2015-08-211-0/+1
|
* Move SYB utilities to standalone module.Łukasz Hanuszczak2015-08-211-0/+1
|
* Make some version changes after 2.16.1 releaseMateusz Kowalczyk2015-07-221-1/+1
|
* Relax upper bound on GHC a bitMateusz Kowalczyk2015-07-071-3/+2
|
* Fix problem with spec build in Haddock API configuration.Łukasz Hanuszczak2015-07-061-0/+1
|
* Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-061-0/+1
|
* Remove unused dependencies in Haddock API spec configuration.Łukasz Hanuszczak2015-07-011-11/+0
|
* Setup HSpec framework for Haddock API package.Łukasz Hanuszczak2015-06-301-0/+31
|
* Unexpose hyperlinker modules in Cabal configuration.Łukasz Hanuszczak2015-06-301-3/+3
|
* Create module with hyperlinker utility functions.Łukasz Hanuszczak2015-06-301-0/+1
|
* Add support for fancy highlighting upon hovering over identifier.Łukasz Hanuszczak2015-06-301-0/+1
|
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-0/+1
|
* Create hyperlinker module and plug it into the Haddock pipeline.Łukasz Hanuszczak2015-06-301-0/+1
|
* Create scaffolding of module for associating tokens with AST names.Łukasz Hanuszczak2015-06-301-0/+1
|
* Create simple HTML renderer for parsed source file.Łukasz Hanuszczak2015-06-301-1/+2
|
* Create scaffolding for Haskell source parser module.Łukasz Hanuszczak2015-06-301-0/+1
|
* Loosen bounds on haddock-*Mateusz Kowalczyk2015-03-281-1/+1
|
* Post-release version bumps and changelogMateusz Kowalczyk2015-03-281-1/+1
|
* bump haddock-api ghc dependency to allow release candidate and first releaseLuite Stegeman2015-01-051-1/+1
|
* Fix dependency versionMateusz Kowalczyk2014-12-181-1/+1
|
* Various fixups and bumps for next releaseMateusz Kowalczyk2014-12-121-3/+3
|