aboutsummaryrefslogtreecommitdiff
path: root/resources/html/Ocean.std-theme/ocean.css
Commit message (Collapse)AuthorAgeFilesLines
* Move Haddock API to a separate packageSimon Hengel2014-08-221-577/+0
|
* Fix issue #281Niklas Haas2014-03-151-4/+3
| | | | | | | | | This is a regression from the data family instances change. Data instances are now distinguished from regular lists by usage of the new class "inst", and the style has been updated to only apply to those. I've also updated the appropriate test case to test this a bit better, including GADT instances with GADT-style records.
* Update appearance of fixity annotationsNiklas Haas2014-03-111-0/+13
| | | | | | | This moves them in-line with their corresponding lines, similar to a presentation envision by @hvr and described in #ghc. Redundant operator names are also omitted when no ambiguity is present.
* Add support for type/data familiesnand2014-02-111-0/+13
| | | | | | | | This adds support for type/data families with their respective instances, as well as closed type families and associated type/data families. Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-121-5/+11
| | | | | | | | | | | | | 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
* Move resources to /resources directorySimon Hengel2012-10-151-0/+546