Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Move Haddock API to a separate package | Simon Hengel | 2014-08-22 | 1 | -113/+3 |
| | |||||
* | Require GHC 7.8.3 | Simon Hengel | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Bump down the version for master to 2.14.4 | Mateusz Kowalczyk | 2014-08-14 | 1 | -3/+3 |
| | |||||
* | Update to attoparsec-0.12.1.1 | Mateusz Kowalczyk | 2014-08-08 | 1 | -6/+10 |
| | | | | There seems to be memory and speed improvement. | ||||
* | Update cabal files | Mateusz Kowalczyk | 2014-06-18 | 1 | -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 URL | Mateusz Kowalczyk | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Please the GHC build-system. | Mateusz Kowalczyk | 2014-05-14 | 1 | -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 Kowalczyk | 2014-05-05 | 1 | -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 file | Mateusz Kowalczyk | 2014-04-03 | 1 | -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 sdist | Mateusz Kowalczyk | 2014-04-01 | 1 | -0/+3 |
| | |||||
* | Please cabal sdist | Mateusz Kowalczyk | 2014-03-21 | 1 | -3/+3 |
| | |||||
* | Add Fuuzetsu maintainers field in cabal file | Simon Hengel | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.15.0 | Mateusz Kowalczyk | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Update maintainer | Mateusz Kowalczyk | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+2 |
| | | | | | | | Conflicts: src/Haddock/Backends/Hoogle.hs src/Haddock/Interface/Rename.hs src/Haddock/Parser.hs | ||||
* | Rename Haddock.ParseSpec to Haddock.ParserSpec | Simon Hengel | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 1 | -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 Attoparsec | Mateusz Kowalczyk | 2014-01-12 | 1 | -17/+40 |
| | |||||
* | Bump version | Simon Hengel | 2013-11-10 | 1 | -2/+2 |
| | |||||
* | Update Git repo URL in `.cabal` file | Herbert Valerio Riedel | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Use Hspec instead of nanospec | Mateusz Kowalczyk | 2013-09-03 | 1 | -2/+1 |
| | | | | | | This is motivated by the fact that Haddock tests are not ran by the GHC's ‘validate’ script so we're pretty liberal on dependencies in that area. Full Hspec gives us some nice features such as Quickcheck integration. | ||||
* | LaTeX tests setup | Mateusz Kowalczyk | 2013-08-27 | 1 | -0/+10 |
| | |||||
* | Use Alex 3's Unicode support to properly lex source files as UTF-8 | Max Bolingbroke | 2013-03-10 | 1 | -2/+2 |
| | | | | Signed-off-by: David Waern <david.waern@gmail.com> | ||||
* | Merge branch 'ghc-7.6' into ghc-7.6-merge-2 | Kazu Yamamoto | 2013-02-01 | 1 | -106/+113 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: haddock.cabal src/Haddock/Interface/AttachInstances.hs src/Haddock/Interface/Create.hs src/Haddock/Interface/LexParseRn.hs src/Haddock/InterfaceFile.hs src/Haddock/Types.hs Only GHC HEAD can compile this. GHC 7.6.x cannot compile this. Some test fail. | ||||
| * | Add missing test files to cabal file (fixes #230) | Simon Hengel | 2012-12-07 | 1 | -3/+6 |
| | | |||||
| * | Bump version | Simon Hengel | 2012-12-07 | 1 | -1/+1 |
| | | |||||
| * | Rename html-test/runtests.lhs to html-test/run.lhs | Simon Hengel | 2012-10-15 | 1 | -2/+2 |
| | | |||||
| * | Add 'dev' flag to cabal file, that builds without -O2 | Simon Hengel | 2012-10-15 | 1 | -2/+16 |
| | | | | | | | | | | That way --disable-optimization can be used, which decreases build time considerably. | ||||
| * | Make test management scripts more robust | Simon Hengel | 2012-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * They are now independent from the current directory, and hence can be called from everywhere * On UNIX/Linux they can now be run as scripts | ||||
| * | Move unit tests to /test directory | Simon Hengel | 2012-10-15 | 1 | -2/+2 |
| | |