aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/haddock-api.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Bump GHC version to 8.7Ben Gamari2018-06-201-2/+2
|
* Revert "Bump GHC version to 8.6"Herbert Valerio Riedel2018-06-201-2/+2
| | | | | | | | This was applied to the wrong branch; there's now a `ghc-8.6` branch; ghc-head is always supposed to point to GHC HEAD, i.e. an odd major version. The next version bump to `ghc-head` is supposed to go from e.g. 8.5 to 8.7 This reverts commit 5e3cf5d8868323079ff5494a8225b0467404a5d1.
* Bump GHC version to 8.6Ben Gamari2018-06-191-2/+2
|
* Bump ghc bound for haddock-api spec test-suiteSimon Jakobi2018-06-141-1/+1
|
* Bump bounds on CabalSimon Jakobi2018-06-131-2/+2
|
* Bump a few dependency bounds (#845)Simon Jakobi2018-06-131-3/+3
|
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-2/+2
|\
| * Bump upper bound on base to < 4.13Ryan Scott2018-04-191-1/+1
| | | | | | | | See https://ghc.haskell.org/trac/ghc/ticket/15018.
* | Travis: Build with ghc-8.4.2 (#793)Alexander Biehl2018-04-031-1/+1
| |
* | Bump haddock and haddock-api to 2.20.0alexbiehl2018-03-281-1/+1
| |
* | haddock-2.19.1, haddock-api-2.19.1, haddock-library-1.6.0alexbiehl2018-03-271-2/+2
| |
* | Bump lower bound for haddock-libraryalexbiehl2018-03-101-1/+1
| |
* | Update to QC 2.11Herbert Valerio Riedel2018-03-101-1/+1
| |
* | Bump haddock-2.19.0.1, haddock-api-2.19.0.1, haddock-library-1.5.0.1alexbiehl2018-03-101-3/+3
| |
* | hadock-2.19.0 / haddock-api-2.19.0 / haddock-library-1.5.0Alexander Biehl2018-02-011-3/+3
| |
* | Use the GHC lexer for the Hyperlinker backend (#714)Alec Theriault2018-02-011-9/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start changing to use GHC lexer * better cpp * Change SrcSpan to RealSrcSpan * Remove error * Try to stop too many open files * wip * wip * Revert "wip" This reverts commit b605510a195f26315e3d8ca90e6d95a6737553e1. Conflicts: haddock-api/haddock-api.cabal haddock-api/src/Haddock/Interface.hs * Remove pointless 'caching' * Use dlist rather than lists when finding vars * Use a map rather than list * Delete bogus comment * Rebase followup Things now run using the GHC lexer. There are still - stray debug statements - unnecessary changes w.r.t. master * Cleaned up differences w.r.t. current Haddock HEAD Things are looking good. quasiquotes in particular look beautiful: the TH ones (with Haskell source inside) colour/link their contents too! Haven't yet begun to check for possible performance problems. * Support CPP and top-level pragmas The support for these is hackier - but no more hacky than the existing support. * Tests pass, CPP is better recognized The tests were in some cases altered: I consider the new output to be more correct than the old one.... * Fix shrinking of source without tabs in test * Replace 'Position'/'Span' with GHC counterparts Replaces 'Position' -> 'GHC.RealSrcLoc' and 'Span' -> 'GHC.RealSrcSpan'. * Nits * Forgot entry in .cabal * Update changelog
* | haddock-api: bump ghc to ^>= 8.4alexbiehl2018-01-201-2/+2
|/
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-311-1/+1
|\
| * Add QuickJump version to meta.json (#696)Alexander Biehl2017-10-301-1/+1
| |
* | Merge remote-tracking branch 'origin/ghc-head' into HEADalexbiehl2017-10-081-3/+3
|\ \ | |/ |/|
| * Make compatible with Prelude.<> export in GHC 8.4/base-4.11Herbert Valerio Riedel2017-09-211-1/+1
| |
| * Bump ghc version for haddock-api testsalexbiehl2017-08-221-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-26/+49
| |\
| * | haddock-api: Bump bound on GHCBen Gamari2017-03-231-1/+1
| | |
| * | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEADBen Gamari2017-03-231-2/+1
| |\ \
* | | | Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-231-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme
* | | | Add missing js files to data-files (#677)Alexander Biehl2017-09-011-0/+3
| | | |
* | | | Write meta.json when generating html output (#676)Alexander Biehl2017-08-301-0/+1
| | | |
* | | | 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
|