aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
Commit message (Expand)AuthorAgeFilesLines
* Remove bang patternAlec Theriault2018-03-021-3/+3
* Support unicode operators, proper modulesAlec Theriault2018-03-023-25/+36
* Make test-suite SMP compatibleHerbert Valerio Riedel2018-02-051-0/+2
* haddock-library: Info about breaking changesAlexander Biehl2018-02-011-0/+3
* Adjust changelogsAlexander Biehl2018-02-011-3/+3
* hadock-2.19.0 / haddock-api-2.19.0 / haddock-library-1.5.0Alexander Biehl2018-02-011-1/+1
* Grid Tables (#718)Oleg Grenrus2018-02-0117-4/+594
* Include secondary LICENSE file in source distHerbert Valerio Riedel2018-02-011-1/+2
* Add simple framework for running parser fixtures (#668)Oleg Grenrus2018-02-0110-0/+190
* Take until line feedalexbiehl2018-02-011-1/+1
* Remove scanner, takeWhile1_ already takes care of escapingalexbiehl2018-02-011-14/+1
* Treat escaped \] better in definition lists (#717)Alexander Biehl2018-02-011-1/+14
* Bump base for haddock-library and haddock-testalexbiehl2017-09-291-1/+1
* Bump upper bound on baseBen Gamari2017-09-141-1/+1
* Refactoring: Make doc renaming monadicalexbiehl2017-08-161-0/+3
* Bifoldable and Bitraversable for DocH and MetaDocalexbiehl2017-08-162-1/+62
* Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-062-1/+38
* Bump haddock-libraryAlexander Biehl2017-08-061-1/+1
* Prepare haddock-library-1.4.5 releasealexbiehl2017-07-313-2/+15
* Changelog for haddock-libraryalexbiehl2017-07-311-0/+3
* Fixup haddockAlexander Biehl2017-07-311-1/+1
* Move `DocMarkup` from haddock-api to haddock-library (#659)Alexander Biehl2017-07-313-1/+88
* 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
* Refactor .cabal to use sub-lib for vendored libHerbert Valerio Riedel2017-07-201-21/+42
* Avoid trivial use of LambdaCaseHerbert Valerio Riedel2017-07-201-2/+1
* Prepare 2.18.1 release (#657)Alexander Biehl2017-07-201-1/+1
* Fix compilation of lib:haddock-library w/ GHC < 8Herbert Valerio Riedel2017-07-201-0/+6
* Avoid missing home module warning (#652)Alex Biehl2017-07-081-2/+17
* Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-1/+3
* Consequently use inClass and notInClass in haddock-library (#617)Alex Biehl2017-05-132-11/+19
* Update attoparsec-0.12.1.1 to attoparsec-0.13.1.0alexbiehl2017-04-2913-124/+223
* Cherry-picked remaining commits from haddock-2.17.4-release (#603)Alex Biehl2017-04-261-5/+5
* Travis: Use ghc-8.2.1 on masteralexbiehl2017-04-251-1/+4
* Add @alexbiehl as maintanerAlexander Biehl2017-04-121-1/+1
* Read files for hyperlinker eagerlyalexbiehl2017-04-111-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
* | Make parser state a newtypeDavid Feuer2016-05-241-1/+1
|/
* Bump versionsBen Gamari2016-05-101-1/+1
* Version bumps and changelogBen Gamari2016-01-061-1/+1
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-213-9/+20
* Handle inline math with mathjax.Dominic Steinitz2015-12-212-1/+16
* Canonicalise Monad instancesHerbert Valerio Riedel2015-12-141-3/+3
* Relax upper bound on `base` to allow base-4.9Herbert Valerio Riedel2015-12-141-1/+1
* Delete trailing whitespaceMateusz Kowalczyk2015-07-071-2/+2
* Add arbitrary-indent spec test for parser.Łukasz Hanuszczak2015-06-031-0/+17
* Make nested lists count indentation according to first item.Łukasz Hanuszczak2015-05-271-35/+46
* Create simple method for indentation parsing.Łukasz Hanuszczak2015-05-271-0/+9