aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Collapse user-defined section by default (re #335)Herbert Valerio Riedel2014-10-311-2/+2
|
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-294-29/+117
| | | | (cherry picked from commit e2ed3b9d8dfab09f1b1861dbc8e74f08e137ebcc)
* Add .arclint file.Austin Seipp2014-10-201-0/+24
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add an .arcconfig file.Austin Seipp2014-10-201-0/+5
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fix use-after-close lazy IO bugEdward Z. Yang2014-10-091-1/+1
| | | | | | | | | Make `getPrologue` force `parseParas dflags str` before returning. Without this, it will attempt to read from the file after it is closed, with unspecified and generally bad results. Signed-off-by: David Feuer <David.Feuer@gmail.com> Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Revert "Fix import of 'empty' due to AMP."Herbert Valerio Riedel2014-09-261-1/+1
| | | | | | This reverts commit 0cc5bc85e9fca92ab712b68a2ba2c0dd9d3d79f4 since it turns out we don't need to re-export `empty` from Control.Monad after all.
* Revert "Revert "Followup changes to addition of -fwarn-context-quantification""Edward Z. Yang2014-09-183-2/+7
| | | | | This reverts commit db14fd8ab4fab43694139bc203808b814eafb2dc. It's in HEAD now.
* Revert "Followup changes to addition of -fwarn-context-quantification"Herbert Valerio Riedel2014-09-193-7/+2
| | | | | | This reverts commit 4023817d7c0e46db012ba2eea28022626841ca9b temporarily as the respective feature hasn't landed in GHC HEAD yet, but this commit blocks later commits from being referenced in GHC HEAD.
* Disambiguate string-literalsHerbert Valerio Riedel2014-09-191-4/+4
| | | | | GHC fails type-inference with `OverloadedStrings` + `Data.Foldable.elem` otherwise.
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-09-183-13/+18
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)Krzysztof Gogolewski2014-09-143-2/+7
|
* Bump `base` constraint for AMPHerbert Valerio Riedel2014-09-091-2/+2
|
* Fix import of 'empty' due to AMP.Austin Seipp2014-09-091-1/+1
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Follow changes to TypeAnnot in GHC HEADAlan Zimmerman2014-09-052-11/+26
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Import Data.Word w/o import-listHerbert Valerio Riedel2014-08-311-1/+1
| | | | | | | This is needed to keep the compilation warning free (and thus pass GHC's ./validate) regardless of whether Word is re-exported from Prelude or not See https://ghc.haskell.org/trac/ghc/ticket/9531 for more details
* Changes due to ghc api changes in package representationDuncan Coutts2014-08-273-27/+17
| | | | | | | Also fix a bug with finding the package name and version given a module. This had become wrong due to the package key changes (it was very hacky in the first place). We now look up the package key in the package db to get the package info properly.
* Fix forgotten srcMateusz Kowalczyk2014-08-081-1/+1
|
* Update to attoparsec-0.12.1.1Mateusz Kowalczyk2014-08-0818-734/+989
| | | | There seems to be memory and speed improvement.
* Ignore TAGS files.Edward Z. Yang2014-08-071-0/+2
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* If GhcProfiled, also build Haddock profiled.Edward Z. Yang2014-08-051-0/+6
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Track type signature change of lookupModuleInAllPackagesEdward Z. Yang2014-08-051-6/+3
| | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
* Catch mid-line URLs. Fixes #314.Mateusz Kowalczyk2014-07-282-2/+6
|
* Track changes for module reexports.Edward Z. Yang2014-07-251-2/+3
| | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: src/Haddock/Interface/Create.hs
* Track GHC PackageId to PackageKey renaming.Edward Z. Yang2014-07-219-30/+30
| | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: src/Haddock/Interface/Create.hs
* Adapt to new definition of HsDecls.TyFamEqnSimon Peyton Jones2014-07-144-16/+26
| | | | | This is a knock-on from the refactoring from Trac #9063. I'll push the corresponding changes to GHC shortly.
* Propagate overloading-mode for instance declarations in haddock (#9242)Iavor S. Diatchki2014-07-011-2/+6
|
* Bump haddock-library to 1.1.0 for releaseMateusz Kowalczyk2014-06-251-1/+1
|
* Don't mangle append order for nested lists.Mateusz Kowalczyk2014-06-254-37/+51
| | | | | | | | The benefit of this is that the ‘top-level’ element of such lists is properly wrapped in <p> tags so any CSS working with these will be applied properly. It also just makes more sense. Pointed out at jgm/pandoc#1346.
* Drop DocParagraph from front of headersMateusz Kowalczyk2014-06-254-10/+14
| | | | | I can not remember why they were wrapped in paragraphs to begin with and it seems unnecessary now that I test it. Closes #307.
* Fix anchors. Closes #308.Mateusz Kowalczyk2014-06-259-6/+274
|
* Update Travis, bump versionMateusz Kowalczyk2014-06-192-1/+3
|
* Fixed haddock warnings.John MacFarlane2014-06-181-6/+4
|
* Removed reliance on LambdaCase (which breaks build with ghc 7.4).John MacFarlane2014-06-181-3/+3
|
* Don't actually forget to install specified GHC.Mateusz Kowalczyk2014-06-181-0/+1
|
* Travis tweaksMateusz Kowalczyk2014-06-181-1/+5
|
* Remove doctest dependencySimon Hengel2014-06-183-22/+4
| | | | (so that we can use haddock-library with doctest)
* Use doctest to check examples in documentationSimon Hengel2014-06-183-0/+22
|
* Comment improvements + few words in cabal fileMateusz Kowalczyk2014-06-182-11/+32
|
* Use Travis with multiple GHC versionsMateusz Kowalczyk2014-06-181-2/+28
| | | | | | | When using HEAD, we build haddock-library directly from repository as a dependency (and thanks to --enable-tests, the tests get ran anyway). In all other cases, we manually run the tests on haddock-library only and don't test the main project.
* haddock-library: Use -Wall for specsSimon Hengel2014-06-181-0/+2
|
* haddock-library: Do not depend on haddock-library in test suiteSimon Hengel2014-06-181-2/+0
| | | | | I think you either add src to hs-source-dirs or the library to build-depends. But doing both does not make sense (AFAICT).
* Enable travis-ci for haddock-librarySimon Hengel2014-06-181-0/+7
|
* Compatibility with older versions of base and bytestringSimon Hengel2014-06-184-3/+21
|
* Update cabal filesMateusz Kowalczyk2014-06-182-3/+4
| | | | | Update repository urls, use subdir property for haddock-library and use a separate versioning scheme for haddock-library in preparation for release.
* Slightly update the readme.Mateusz Kowalczyk2014-06-121-21/+10
| | | | | Style-sheets are no longer a recent thing, dead links, old maintainers, different formats.
* Follow change in patSynSigSimon Peyton Jones2014-06-061-2/+2
|
* Clear up highlighting of identifiers with ‘'’s.Mateusz Kowalczyk2014-06-051-0/+5
|
* Revert "Revert "Accomodate change in PatSyn representation""Mateusz Kowalczyk2014-05-291-1/+1
| | | | | | | This reverts commit e110e6e70e40eed06c06676fd2e62578da01d295. Apparently as per GHC commit ac2796e6ddbd54c5762c53e2fcf29f20ea162fd5 this was actually intended. Embarrasing for me.
* Revert "Accomodate change in PatSyn representation"Mateusz Kowalczyk2014-05-291-1/+1
| | | | | | This reverts commit 57aa591362d7c8ba21285fccd6a958629a422091. I am reverting this because I pushed it to master when it was meant to stay on a wip-branch. Sorry Gergo and everyone who had trouble due to this.
* Accomodate change in PatSyn representationDr. ERDI Gergo2014-05-251-1/+1
|