aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Drop obsolete/misleading `stability: experimental`Herbert Valerio Riedel2017-07-201-1/+0
| | | | This .cabal property has long been considered obsolete
* Prepare 2.18.1 release (#657)Alexander Biehl2017-07-201-3/+3
|
* Avoid missing home module warning (#652)Alex Biehl2017-07-081-0/+7
| | | | | | * Avoid missing home module warning * Update haddock-library.cabal
* Include `driver-test/*.hs` sdist (#630)Alex Biehl2017-06-011-0/+1
| | | This lead to #629.
* Update attoparsec-0.12.1.1 to attoparsec-0.13.1.0alexbiehl2017-04-291-1/+1
|
* Bump to 2.18.0 (#605)Alex Biehl2017-04-261-3/+3
|
* Markdownify changelogalexbiehl2017-04-261-1/+1
|
* Cherry-picked remaining commits from haddock-2.17.4-release (#603)Alex Biehl2017-04-261-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Release haddock/haddock-api 2.17.4 and haddock-library 1.4.3 * Set version bounds for haddock-library NB: This allows GHC 8.2.1's base * Set version bounds for haddock & haddock-api The version bounds support GHC 8.2 * Merge (temporary) v2.17.3 branch into v2.17 This allows us to delete the v2.17.3 branch * Fixup changelog * Pin down haddock-api to a single version as otherwise `haddock`'s package version has no proper meaning * fix source-repo spec for haddock-api
* Travis: Use ghc-8.2.1 on masteralexbiehl2017-04-251-22/+31
|
* Add @alexbiehl as maintanerAlexander Biehl2017-04-121-1/+1
|
* Merge branch 'ghc-head'Ben Gamari2017-03-101-2/+2
|\
| * Bump for GHC 8.2Ben Gamari2017-03-091-2/+2
| |
| * Bump upper bound on baseBen Gamari2016-11-151-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into ghc-headBen Gamari2016-05-161-1/+1
| |\
| * \ Merge remote-tracking branch 'origin/master' into ghc-headBen Gamari2016-05-141-1/+1
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into ghc-headBen Gamari2016-05-111-9/+5
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into ghc-headBen Gamari2016-02-121-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into ghc-headBen Gamari2016-01-061-1/+10
| |\ \ \ \ \
| * | | | | | tweak version bounds for GHC-8.1Herbert Valerio Riedel2015-12-301-2/+2
| | | | | | |
* | | | | | | publish haddock-test librarySebastian Meric de Bellefon2016-06-061-4/+4
| | | | | | |
* | | | | | | Version bumps (2.17.3, 1.4.2)Sebastian Meric de Bellefon2016-06-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | cabal: Fix README pathBen Gamari2016-05-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | Version bump to 2.17.2Ben Gamari2016-05-141-1/+1
| | | | |
* | | | | 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
|