Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests for previous commit | Phil Ruffwind | 2016-02-08 | 1 | -2/+4 |
| | |||||
* | html-test: Accept test output | Ben Gamari | 2016-02-08 | 1 | -16/+13 |
| | |||||
* | Update tests to follow HTML changes | Mateusz Kowalczyk | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | support GHC 7.10: no Safe-Inferred, Foldable instance | jpmoresmau | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Fix extra whitespace on signatures and update all test cases | Niklas Haas | 2014-08-24 | 1 | -2/+2 |
| | | | | | This was long overdue, now running ./accept.lhs on a clean test from master will not generate a bunch of changes. | ||||
* | Bump version to 2.15.0 | Mateusz Kowalczyk | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Update tests | Mateusz Kowalczyk | 2014-01-30 | 1 | -1/+1 |
| | | | | | This updates tests due to Haddock Trac #271 fix and due to removal of TypeHoles as an extension from GHC. | ||||
* | Per-module extension flags and language listing. | Mateusz Kowalczyk | 2014-01-12 | 1 | -0/+89 |
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 |