Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into ghc-head | Ben Gamari | 2016-05-16 | 1 | -1/+1 |
|\ | |||||
| * | cabal: Fix README path | Ben Gamari | 2016-05-16 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into ghc-head | Ben Gamari | 2016-05-14 | 1 | -1/+1 |
|\| | |||||
| * | Version bump to 2.17.2 | Ben Gamari | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Revert "Version bump" | Ben Gamari | 2016-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | This bump was a bit premature. This reverts commit 7b238d9c5be9b07aa2d10df323b5c7b8d1634dc8. | ||||
| * | Version bump | Ben Gamari | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into ghc-head | Ben Gamari | 2016-05-11 | 1 | -9/+5 |
|\| | |||||
| * | Bump versions | Ben Gamari | 2016-05-10 | 1 | -1/+1 |
| | | |||||
| * | doc: Update extra-source-files in Cabal file | Ben Gamari | 2016-05-10 | 1 | -7/+3 |
| | | |||||
| * | hypsrc-test: Fix reference file path in cabal file | Ben Gamari | 2016-05-10 | 1 | -1/+1 |
| | | | | | | | | | | It appears the haddock insists on prefixing --hyperlinked-sourcer output with directory which the source appeared in. | ||||
* | | Merge remote-tracking branch 'origin/master' into ghc-head | Ben Gamari | 2016-02-12 | 1 | -1/+1 |
|\| | |||||
| * | Fix GHC and haddock-library dependency bounds | Ben Gamari | 2016-02-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into ghc-head | Ben Gamari | 2016-01-06 | 1 | -1/+10 |
|\| | |||||
| * | Add ResponseFile to OtherModules | Ben Gamari | 2016-01-06 | 1 | -0/+2 |
| | | |||||
| * | Merge remote-tracking branch 'randen/bug468' | Ben Gamari | 2016-01-06 | 1 | -0/+7 |
| |\ | |||||
| | * | The Haddock part for fully gcc-like response files | randen | 2016-01-01 | 1 | -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 changelog | Ben Gamari | 2016-01-06 | 1 | -1/+1 |
| | | | |||||
* | | | tweak version bounds for GHC-8.1 | Herbert Valerio Riedel | 2015-12-30 | 1 | -2/+2 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/ghc-head' into ghc-head | Ben Gamari | 2015-12-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix-up left-over assumptions of GHC 7.12 into GHC 8.0 | Herbert Valerio Riedel | 2015-12-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'mrhania/testing-framework-improvements' into ↵ | Ben Gamari | 2015-12-20 | 1 | -6/+13 |
|\ \ \ | |/ / |/| | | | | | ghc-head | ||||
| * | | Setup test suite for Hoogle backend. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+7 |
| | | | |||||
| * | | Adapt Cabal configuration to execute LaTeX suite with new runner. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+2 |
| | | | |||||
| * | | Adapt `hypsrc-test` module to work with new testing framework. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+2 |
| | | | |||||
| * | | Create convenience script for running specific HTML tests. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+2 |
| | | | |||||
| * | | Refactor HTML test suite boilerplate to external package. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add missing dependencies in Cabal configuration file. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+2 |
| |/ | |||||
* | | Update for D1200 | Ben Gamari | 2015-12-16 | 1 | -0/+1 |
| | | |||||
* | | Relax upper bound on `base` to allow base-4.9 | Herbert Valerio Riedel | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Bump versions for ghc-7.11 | Herbert Valerio Riedel | 2015-12-14 | 1 | -1/+1 |
|/ | |||||
* | Refactor specializer module to be independent from XHTML backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Create simple utility module for type specialization. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | Move SYB utilities to standalone module. | Łukasz Hanuszczak | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | Make some version changes after 2.16.1 release | Mateusz Kowalczyk | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | Extract main hyperlinker types to separate module. | Łukasz Hanuszczak | 2015-07-06 | 1 | -0/+5 |
| | |||||
* | Create simple script for accepting hyperlinker test case references. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+1 |
| | |||||
* | Add hyperlinker test runner to .cabal and .gitignore files. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+9 |
| | |||||
* | Create hyperlinker module and plug it into the Haddock pipeline. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+1 |
| | |||||
* | Build executable with '-threaded' (fixes #399) | Emanuel Borsboom | 2015-06-12 | 1 | -1/+1 |
| | |||||
* | Loosen bounds on haddock-* | Mateusz Kowalczyk | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Post-release version bumps and changelog | Mateusz Kowalczyk | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Treat GHC 7.10 the same as GHC 7.9 | Herbert Valerio Riedel | 2014-12-14 | 1 | -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 release | Mateusz Kowalczyk | 2014-12-12 | 1 | -4/+6 |
| | |||||
* | Bump ‘base’ constraint | Mateusz Kowalczyk | 2014-12-12 | 1 | -1/+1 |
| | | | | Follows the similar commit made on ghc-head branch | ||||
* | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 1 | -2/+2 |
| | | | | Closes #335 | ||||
* | Remove references to deleted files | Mateusz Kowalczyk | 2014-08-31 | 1 | -2/+0 |
| | |||||
* | Remove compat stuff | Mateusz Kowalczyk | 2014-08-23 | 1 | -15/+0 |
| | |||||
* | Move sources under haddock-api/src | Mateusz Kowalczyk | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Add deprecated compatibility module | Simon Hengel | 2014-08-22 | 1 | -0/+15 |
| | |||||
* | Bump version to 2.15.0 and add version constraints | Simon Hengel | 2014-08-22 | 1 | -2/+2 |
| |