| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | haddock: Add Documentation.Haddock.Markup to other-modules | Ben Gamari | 2017-08-22 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Hyperlinker: Avoid linear lookup in enrichToken (#669) | Alexander Biehl | 2017-08-19 | 2 | -41/+53 |
* | | | | Refactoring: Make doc renaming monadic | alexbiehl | 2017-08-16 | 3 | -95/+116 |
* | | | | Bifoldable and Bitraversable for DocH and MetaDoc | alexbiehl | 2017-08-16 | 2 | -1/+62 |
* | | | | Provide --show-interface option to dump interfaces (#645) | Alexander Biehl | 2017-08-06 | 8 | -1/+167 |
* | | | | Bump haddock-library in haddock-api | Alexander Biehl | 2017-08-06 | 1 | -1/+1 |
* | | | | Bump haddock-library | Alexander Biehl | 2017-08-06 | 1 | -1/+1 |
* | | | | Fix: Generate pattern signatures for constructors exported as patterns (#663) | Tim Baumann | 2017-08-06 | 8 | -109/+412 |
* | | | | Fix renaming after instance signature specializing (#660) | Moritz Drexl | 2017-08-05 | 5 | -170/+418 |
* | | | | Prepare haddock-library-1.4.5 release | alexbiehl | 2017-07-31 | 3 | -2/+15 |
* | | | | Changelog for haddock-library | alexbiehl | 2017-07-31 | 1 | -0/+3 |
* | | | | Fixup haddock | Alexander Biehl | 2017-07-31 | 1 | -1/+1 |
* | | | | Move `DocMarkup` from haddock-api to haddock-library (#659) | Alexander Biehl | 2017-07-31 | 11 | -101/+100 |
* | | | | Bump haddock to 2.18.2, haddock-library to 1.4.5 | alexbiehl | 2017-07-27 | 4 | -4/+8 |
* | | | | Update README | Herbert Valerio Riedel | 2017-07-20 | 1 | -42/+16 |
* | | | | Mention new-build in README | Herbert Valerio Riedel | 2017-07-20 | 1 | -0/+8 |
* | | | | Add cheatsheet to haddock.cabal | Herbert Valerio Riedel | 2017-07-20 | 1 | -0/+2 |
* | | | | Import @aisamanra's Haddock cheatsheet | Herbert Valerio Riedel | 2017-07-20 | 5 | -0/+1181 |
* | | | | Beef up haddock description (#658) | Alexander Biehl | 2017-07-20 | 1 | -2/+20 |
* | | | | Drop obsolete/misleading `stability: experimental` | Herbert Valerio Riedel | 2017-07-20 | 3 | -3/+0 |
* | | | | haddock-api: add changelog pointing to haddock's changelog | Herbert Valerio Riedel | 2017-07-20 | 2 | -0/+4 |
* | | | | Refactor .cabal to use sub-lib for vendored lib | Herbert Valerio Riedel | 2017-07-20 | 1 | -21/+42 |
* | | | | Avoid trivial use of LambdaCase | Herbert Valerio Riedel | 2017-07-20 | 1 | -2/+1 |
* | | | | Tweak haddock-api.cabal for pending release | Herbert Valerio Riedel | 2017-07-20 | 1 | -10/+23 |
* | | | | Prepare 2.18.1 release (#657) | Alexander Biehl | 2017-07-20 | 4 | -6/+6 |
* | | | | Fix compilation of lib:haddock-library w/ GHC < 8 | Herbert Valerio Riedel | 2017-07-20 | 1 | -0/+6 |
* | | | | Fix #249 (#655) | Bryn Edwards | 2017-07-17 | 2 | -0/+2 |
* | | | | Avoid missing home module warning (#652) | Alex Biehl | 2017-07-08 | 3 | -2/+26 |
* | | | | Remove redudant import warning (#651) | Alex Biehl | 2017-07-07 | 1 | -4/+5 |
* | | | | Avoid errors on non UTF-8 Windows (#566) | Yuji Yamamoto | 2017-07-04 | 1 | -0/+11 |
* | | | | Fix test failures on Windows (#564) | Yuji Yamamoto | 2017-07-03 | 6 | -4/+25 |
* | | | | Document record fields when DuplicateRecordFields is enabled (#649) | Alex Biehl | 2017-07-03 | 3 | -1/+186 |
* | | | | Fix haddock: internal error: links: UnhelpfulSpan (#561) | Bartosz Nitka | 2017-07-02 | 2 | -4/+6 |
* | | | | Make per-argument docs for class methods work again (#648) | Alex Biehl | 2017-06-29 | 4 | -4/+127 |
* | | | | Don't include names with empty subordinates in maps (#644) | Alex Biehl | 2017-06-23 | 4 | -1/+99 |
* | | | | Lookup fixities for reexports without subordinates (#642) | Alex Biehl | 2017-06-23 | 1 | -1/+2 |
* | | | | Use new function getNameToInstancesIndex instead of tcRnGetInfo (#639) | Doug Wilson | 2017-06-22 | 1 | -42/+40 |
* | | | | Haddock support for bundled pattern synonyms (#627) | Christiaan Baaij | 2017-06-09 | 15 | -113/+1329 |
* | | | | Use NameSet for isExported check (#632) | Alex Biehl | 2017-06-04 | 1 | -3/+3 |
* | | | | Allow user defined signatures for pattern synonyms (#631) | Alex Biehl | 2017-06-03 | 5 | -0/+42 |
* | | | | Include `driver-test/*.hs` sdist (#630) | Alex Biehl | 2017-06-01 | 1 | -0/+1 |
* | | | | Make haddock-library and haddock-api warning free (#626) | Alex Biehl | 2017-05-30 | 4 | -12/+9 |
* | | | | Clear fixme comment (#625) | Alex Biehl | 2017-05-30 | 1 | -3/+2 |
* | | | | Improve Syb code (#621) | Doug Wilson | 2017-05-27 | 3 | -53/+88 |
* | | | | Consequently use inClass and notInClass in haddock-library (#617) | Alex Biehl | 2017-05-13 | 2 | -11/+19 |
* | | | | Haddock: Fix broken lazy IO in prologue reading (#615) | Alex Biehl | 2017-05-12 | 1 | -2/+3 |
* | | | | Improve documenation of Haddock markup (#614) | Nathan Collins | 2017-05-11 | 1 | -93/+357 |
* | | | | Fix Binary instance for InstalledInterface (#611) | Alex Biehl | 2017-05-01 | 1 | -2/+0 |
* | | | | Lazily decode docMap and argMap (#610) | Alex Biehl | 2017-05-01 | 1 | -3/+3 |
* | | | | Correctly remember collapsed sections (#608) | Alex Biehl | 2017-04-30 | 1 | -4/+4 |