aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Refine hacking instructions slightlyMateusz Kowalczyk2015-06-081-3/+7
| | * Fix markdownBartosz Nitka2015-06-071-0/+2
| | * Add some Hacking docs for getting startedBartosz Nitka2015-06-071-0/+19
| | * Update some meta data at the top of the docsMateusz Kowalczyk2015-06-031-2/+11
| | * Update docs with info on new list nesting ruleMateusz Kowalczyk2015-06-031-0/+11
| | * Add arbitrary-indent spec test for parser.Łukasz Hanuszczak2015-06-031-0/+17
| | * Add simple test case for arbitrary-depth list nesting.Łukasz Hanuszczak2015-05-272-10/+54
| | * 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
| | * haddock-library: require GHC >= 7.4Adam Bergmark2015-05-111-1/+1
| | * Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385Murray Campbell2015-05-112-21/+24
| | * Ignore doc/haddock.{ps,pdf}Ben Gamari2015-05-061-0/+2
| | * Do not insert anchor for section headings in contents boxwatashi2015-04-264-1/+130
| | * Expand response files in argumentsMateusz Kowalczyk2015-03-282-3/+26
| | * Loosen bounds on haddock-*Mateusz Kowalczyk2015-03-282-2/+2
| | * Post-release version bumps and changelogMateusz Kowalczyk2015-03-284-14/+17
| | * Don't print instance safety information in HoogleMateusz Kowalczyk2015-03-272-2/+13
| | * Output method documentation in Hoogle backendMateusz Kowalczyk2015-03-272-11/+23
| | * Update changelogMateusz Kowalczyk2015-03-271-0/+2
| | * Fully qualify names in Hoogle instances outputMateusz Kowalczyk2015-03-271-4/+6
| | * Fix Hoogle display of constructorsMateusz Kowalczyk2015-03-272-1/+6
| | * Clearly default to variables in out of scope caseMateusz Kowalczyk2015-03-272-23/+43
| | * Test for anchor defaultingMateusz Kowalczyk2015-03-276-153/+58
| | * Update test to account for \r filteringMateusz Kowalczyk2015-03-261-2/+5
| | * Remove now redundant importsMateusz Kowalczyk2015-03-268-10/+0
| | * Make the error encountered when a package can't be found moreBen Gamari2015-03-251-12/+21
| | * Update changelogMateusz Kowalczyk2015-03-171-0/+2
| | * Prevent Synopsis from using up too much horizontal spacePhil Ruffwind2015-03-161-0/+1
| | * Follow API changes in D538Alan Zimmerman2015-01-238-69/+61
| | * Track naming change in DataConSimon Peyton Jones2015-01-231-3/+3
| | * Sort out some module import warningsMateusz Kowalczyk2015-01-223-4/+1
| | * --package-name and --package-version flagsMateusz Kowalczyk2015-01-223-25/+53
| | * Changelog onlyMateusz Kowalczyk2015-01-221-0/+4
| | * Filter '\r' from comments due to Windows problems.Vincent Berthoux2015-01-221-2/+3
| | * Links to source location of class instance definitionsjpmoresmau2015-01-227-32/+62
| | * Update test filesMateusz Kowalczyk2015-01-224-48/+18
| | * support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-2270-74/+77
| | * solve dataDir ambiguityjpmoresmau2015-01-221-1/+1
| | * Ignore warnings, install Cabal 1.22JP Moresmau2015-01-221-3/+7
| | * bump haddock-api ghc dependency to allow release candidate and first releaseLuite Stegeman2015-01-051-1/+1
| | * Turn the README into GitHub Markdown format.Njagi Mwaniki2014-12-292-11/+20
| | * Make travis use 7.10.xMateusz Kowalczyk2014-12-291-1/+1
| | * travis-ci: test with HEADMateusz Kowalczyk2014-12-231-0/+1
| |/ |/|
* | Add missing import for standalone haddock-api packageLuite Stegeman2014-12-221-0/+1
* | hide projectVersion from DynFlags since it clashes with Haddock.Version.proje...Luite Stegeman2014-12-191-1/+1
* | Update docs for @sinceMateusz Kowalczyk2014-12-181-0/+34
* | update changelogMateusz Kowalczyk2014-12-181-0/+12
* | Print missing docs by defaultMateusz Kowalczyk2014-12-183-4/+6
* | Fix dependency versionMateusz Kowalczyk2014-12-181-1/+1
* | Only keep one Version instead of blindly appendingMateusz Kowalczyk2014-12-173-13/+20