aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Version bump"Ben Gamari2016-05-121-1/+1
| | | | | | This bump was a bit premature. This reverts commit 7b238d9c5be9b07aa2d10df323b5c7b8d1634dc8.
* Version bumpBen Gamari2016-05-121-1/+1
|
* Bump versionsBen Gamari2016-05-101-1/+1
|
* doc: Update extra-source-files in Cabal fileBen Gamari2016-05-101-7/+3
|
* hypsrc-test: Fix reference file path in cabal fileBen Gamari2016-05-101-1/+1
| | | | | It appears the haddock insists on prefixing --hyperlinked-sourcer output with directory which the source appeared in.
* Fix GHC and haddock-library dependency boundsBen Gamari2016-02-081-1/+1
|
* Add ResponseFile to OtherModulesBen Gamari2016-01-061-0/+2
|
* Merge remote-tracking branch 'randen/bug468'Ben Gamari2016-01-061-0/+7
|\
| * The Haddock part for fully gcc-like response filesranden2016-01-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | " driver/Main.hs * Moved the response file handling into ResponseFile.hs, updating import section as appropriate. * driver/ResponseFile.hs * New file. In anticipation that maybe some day this could be provided by another library, and to make it possible to unit test, this functionality is pulled out of the Main.hs module, and expanded to support the style/format of response files which gcc uses. * The specification for the format of response files which gcc generates and consumes, seems to be best derived from the gcc code itself (libiberty/argv.c), so that is what has been done here. * This is intended to fix haskell/haddock#379 * driver-test/Main.hs * New file for testing code in the driver source tree * driver-test/ResponseFileSpec.hs * Tests, adapted/adopted from the same gcc code where the escaping/unescaping is from, in the hspec style of unit tests * haddock.cabal * Add the driver-test test-suite. Introduces a new library dependency (upon hspec) for the haddock driver target in the haddock.cabal file, but practically, this should not be a problem as the haddock-api tests already depend on hspec.
* | Version bumps and changelogBen Gamari2016-01-061-1/+1
| |
* | 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.