aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Extensions.html
Commit message (Collapse)AuthorAgeFilesLines
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-1/+1
|
* Fix extra whitespace on signatures and update all test casesNiklas Haas2014-08-241-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.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Update testsMateusz Kowalczyk2014-01-301-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 Kowalczyk2014-01-121-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