Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Per-module extension flags and language listing. | Mateusz Kowalczyk | 2014-01-12 | 2 | -0/+96 | |
| | | | | | | | | | | | | | Any extensions that are not enabled by a used language (Haskell2010 &c) will be shown. Furthermore, any implicitly enabled are also going to be shown. While we could eliminate this either by using the GHC API or a dirty hack, I opted not to: if a user doesn't want the implied flags to show, they are recommended to use enable extensions more carefully or individually. Perhaps this will encourage users to not enable the most powerful flags needlessly. Enabled with show-extensions. Conflicts: src/Haddock/InterfaceFile.hs | |||||
* | Support for bold. | Mateusz Kowalczyk | 2014-01-12 | 2 | -0/+110 | |
| | | | | | | | Conflicts: src/Haddock/Backends/Hoogle.hs src/Haddock/Interface/Rename.hs src/Haddock/Parser.hs | |||||
* | Update acceptance tests | Simon Hengel | 2014-01-12 | 1 | -2/+8 | |
| | ||||||
* | Fix totality, unicode, examples, paragraph parsing | Simon Hengel | 2014-01-12 | 42 | -393/+201 | |
| | | | | | | | | Also simplify specs and parsers while we're at it. Some parsers were made more generic. This commit is a part of GHC pre-merge squash, email fuuzetsu@fuuzetsu.co.uk if you need the full commit history. | |||||
* | Don't append newline to parseString input | Simon Hengel | 2014-01-12 | 62 | -326/+224 | |
| | | | | We also check that we have parsed everything with endOfInput. | |||||
* | One pass parser and tests. | Mateusz Kowalczyk | 2014-01-12 | 4 | -38/+43 | |
| | | | | | | | | 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. | |||||
* | Bump version | Simon Hengel | 2013-11-10 | 56 | -56/+56 | |
| | ||||||
* | Update HTML tests | Simon Hengel | 2013-11-09 | 4 | -0/+275 | |
| | ||||||
* | Fixes #253 | Mateusz Kowalczyk | 2013-09-02 | 2 | -0/+12 | |
| | ||||||
* | Update tests. | David Waern | 2013-08-09 | 1 | -4/+16 | |
| | ||||||
* | Fix failing test | Simon Hengel | 2013-07-08 | 1 | -2/+2 | |
| | ||||||
* | Fix failing test | Simon Hengel | 2013-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix broken test | Simon Hengel | 2013-06-01 | 1 | -3/+3 | |
| | ||||||
* | Workaround for a failing build with --enable-tests. | Mateusz Kowalczyk | 2013-06-01 | 1 | -1/+1 | |
| | ||||||
* | Using new syntax in html-test/src/GADTRecords.hs. | Kazu Yamamoto | 2013-02-07 | 1 | -5/+4 | |
| | ||||||
* | Bump version | Simon Hengel | 2012-12-07 | 54 | -54/+54 | |
| | ||||||
* | Use markdown for html-test/README | Simon Hengel | 2012-10-18 | 1 | -7/+10 | |
| | ||||||
* | Update html-test/README | Simon Hengel | 2012-10-18 | 1 | -2/+2 | |
| | ||||||
* | Adapt output directory for HTML tests | Simon Hengel | 2012-10-15 | 2 | -4/+4 | |
| | ||||||
* | Move source files for HTML tests to html-test/src | Simon Hengel | 2012-10-15 | 59 | -2/+2 | |
| | ||||||
* | Rename html-test/runtests.lhs to html-test/run.lhs | Simon Hengel | 2012-10-15 | 1 | -0/+0 | |
| | ||||||
* | Adapt accept.lhs, so that it ignores more index files | Simon Hengel | 2012-10-15 | 1 | -7/+7 | |
| | ||||||
* | Add test case for "spurious superclass constraints bug" | Simon Hengel | 2012-10-15 | 3 | -0/+191 | |
| | ||||||
* | Make test management scripts more robust | Simon Hengel | 2012-10-15 | 3 | -13/+22 | |
| | | | | | | | * 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 | |||||
* | Copy css, images, etc. on accept | Simon Hengel | 2012-10-15 | 7 | -15/+906 | |
| | ||||||
* | Move HTML reference renderings to /html-test/ref/ | Simon Hengel | 2012-10-15 | 109 | -5/+5 | |
| | ||||||
* | Move HTML tests to directory /html-test/ | Simon Hengel | 2012-10-15 | 166 | -0/+12847 | |