Merge from Haddock: Modify lexing of /../
authorDavid Waern <david.waern@gmail.com>
Mon, 12 Nov 2007 02:38:56 +0000 (02:38 +0000)
committerDavid Waern <david.waern@gmail.com>
Mon, 12 Nov 2007 02:38:56 +0000 (02:38 +0000)
commit70e996b9a6cd657d441cba95014304a588c0fd7c
treeb8def5032ed61ed2dc5526d34725ea5fc3523c1c
parent92e7ecbcc393caab7f0d8883a51cbfca42767cb1
Merge from Haddock: Modify lexing of /../

  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.
compiler/parser/HaddockLex.hs-boot
compiler/parser/HaddockLex.x
compiler/parser/HaddockParse.y