aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-head' into ghc-headBen Gamari2015-12-231-1/+1
|\
| * Fix-up left-over assumptions of GHC 7.12 into GHC 8.0Herbert Valerio Riedel2015-12-211-1/+1
| |
* | Merge remote-tracking branch 'mrhania/testing-framework-improvements' into ↵Ben Gamari2015-12-201-6/+13
|\ \ | |/ |/| | | ghc-head
| * Setup test suite for Hoogle backend.Łukasz Hanuszczak2015-08-221-0/+7
| |
| * Adapt Cabal configuration to execute LaTeX suite with new runner.Łukasz Hanuszczak2015-08-221-2/+2
| |
| * Adapt `hypsrc-test` module to work with new testing framework.Łukasz Hanuszczak2015-08-221-2/+2
| |
| * Create convenience script for running specific HTML tests.Łukasz Hanuszczak2015-08-221-2/+2
| |
| * Refactor HTML test suite boilerplate to external package.Łukasz Hanuszczak2015-08-221-1/+1
| |
| * Add missing dependencies in Cabal configuration file.Łukasz Hanuszczak2015-08-221-2/+2
| |
* | Update for D1200Ben Gamari2015-12-161-0/+1
| |
* | Relax upper bound on `base` to allow base-4.9Herbert Valerio Riedel2015-12-141-1/+1
| |
* | Bump versions for ghc-7.11Herbert Valerio Riedel2015-12-141-1/+1
|/
* Refactor specializer module to be independent from XHTML backend.Łukasz Hanuszczak2015-08-211-1/+1
|
* Create simple utility module for type specialization.Łukasz Hanuszczak2015-08-211-0/+1
|
* Move SYB utilities to standalone module.Łukasz Hanuszczak2015-08-211-0/+1
|
* Make some version changes after 2.16.1 releaseMateusz Kowalczyk2015-07-221-2/+2
|
* Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-061-0/+5
|
* Create simple script for accepting hyperlinker test case references.Łukasz Hanuszczak2015-07-011-0/+1
|
* Add hyperlinker test runner to .cabal and .gitignore files. Łukasz Hanuszczak2015-06-301-0/+9
|
* Create hyperlinker module and plug it into the Haddock pipeline.Łukasz Hanuszczak2015-06-301-0/+1
|
* Build executable with '-threaded' (fixes #399)Emanuel Borsboom2015-06-121-1/+1
|
* Loosen bounds on haddock-*Mateusz Kowalczyk2015-03-281-1/+1
|
* Post-release version bumps and changelogMateusz Kowalczyk2015-03-281-1/+1
|
* Treat GHC 7.10 the same as GHC 7.9Herbert Valerio Riedel2014-12-141-1/+1
| | | | ...since the current GHC 7.9 is going to become GHC 7.10 real-soon-now anyway
* Various fixups and bumps for next releaseMateusz Kowalczyk2014-12-121-4/+6
|
* Bump ‘base’ constraintMateusz Kowalczyk2014-12-121-1/+1
| | | | Follows the similar commit made on ghc-head branch
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-291-2/+2
| | | | Closes #335
* Remove references to deleted filesMateusz Kowalczyk2014-08-311-2/+0
|
* Remove compat stuffMateusz Kowalczyk2014-08-231-15/+0
|
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-1/+1
|
* Add deprecated compatibility moduleSimon Hengel2014-08-221-0/+15
|
* Bump version to 2.15.0 and add version constraintsSimon Hengel2014-08-221-2/+2
|
* Move Haddock API to a separate packageSimon Hengel2014-08-221-113/+3
|
* Require GHC 7.8.3Simon Hengel2014-08-201-2/+2
|
* Bump down the version for master to 2.14.4Mateusz Kowalczyk2014-08-141-3/+3
|
* Update to attoparsec-0.12.1.1Mateusz Kowalczyk2014-08-081-6/+10
| | | | There seems to be memory and speed improvement.
* Update cabal filesMateusz Kowalczyk2014-06-181-1/+1
| | | | | Update repository urls, use subdir property for haddock-library and use a separate versioning scheme for haddock-library in preparation for release.
* Update issue tracker URLMateusz Kowalczyk2014-05-141-1/+1
|
* Please the GHC build-system.Mateusz Kowalczyk2014-05-141-8/+41
| | | | | | As I can not figure out how to do this properly, if we're in GHC tree, we treat the library as being the same package. If we're not in the tree, we require that the library be installed separately.
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-53/+6
| | | | | | | | | | We move some types out that are necessary as well and then re-export and specialise them in the core Haddock. Reason for moving out spec tests is that if we're working on the parser, we can simply work on that and we can ignore the rest of Haddock. The downside is that it's a little inconvenient if at the end of the day we want to see that everything passes.
* Enforce strict GHC version in cabal fileMateusz Kowalczyk2014-04-031-2/+2
| | | | | This stops people with 7.6.3 trying to install 2.15.x which clearly won't work. Unfortunately we shipped 2.14.x without realising this.
* Actually bundle extra spec tests in sdistMateusz Kowalczyk2014-04-011-0/+3
|
* Please cabal sdistMateusz Kowalczyk2014-03-211-3/+3
|
* Add Fuuzetsu maintainers field in cabal fileSimon Hengel2014-03-151-1/+1
|
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Update maintainerMateusz Kowalczyk2014-01-121-1/+1
|
* Support for bold.Mateusz Kowalczyk2014-01-121-0/+2
| | | | | | | Conflicts: src/Haddock/Backends/Hoogle.hs src/Haddock/Interface/Rename.hs src/Haddock/Parser.hs
* Rename Haddock.ParseSpec to Haddock.ParserSpecSimon Hengel2014-01-121-1/+1
|
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-20/+7
| | | | | | | | We remove the HTML test as it is no longer necessary. We cover the test case in spec tests and other HTML tests but keeping this around fails: this is because the new parser has different semantics there. In fact, I suspect the original behaviour was a bug that wasn't caught/fixed but simply included as-is during the testing.
* Add ByteString version of AttoparsecMateusz Kowalczyk2014-01-121-17/+40
|