summaryrefslogtreecommitdiff
path: root/compiler/parser/HaddockLex.x
Commit message (Collapse)AuthorAgeFilesLines
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-171/+0
|
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
|
* Hide warnings from alex/happy sourcesIan Lynagh2009-05-141-1/+1
|
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-1/+1
| | | | | For now we only get a warning, rather than an error, because the alex and happy templates don't follow the new rules yet.
* Filter out carriage returns in doc stringsDavid Waern2009-02-281-3/+6
| | | | | We want the internal format to contain LFs only. This makes it easier to work with the doc strings for clients of the GHC API.
* Remove some unused bindings from HaddockLexIan Lynagh2008-06-141-5/+4
|
* Merge from Haddock: Add <<url>> for imagesDavid Waern2007-11-121-0/+2
| | | | | | | | | | A merge of this patch: Mon Aug 7 16:22:14 CEST 2006 Simon Marlow <simonmar@microsoft.com> * Add <<url>> for images Submitted by: Lennart Augustsson Please merge to the 6.8.2 branch.
* Merge from Haddock: Modify lexing of /../David Waern2007-11-121-4/+6
| | | | | | | | | | | Tue Aug 28 11:19:54 CEST 2007 Simon Marlow <simonmar@microsoft.com> * Modify lexing of /../ This makes /../ more like '..', so that a single / on a line doesn't trigger a parse error. This should reduce the causes of accidental parse errors in Haddock comments; apparently stray / characters are a common source of failures. Please merge this to the 6.8.2 branch.
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
|
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
| | | | | | | Older GHCs can't parse OPTIONS_GHC. This also changes the URL referenced for the -w options from WorkingConventions#Warnings to CodingStyle#Warnings for the compiler modules.
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
|
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-3/+0
|
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-0/+161