Filter out carriage returns in doc strings
authorDavid Waern <david.waern@gmail.com>
Sat, 28 Feb 2009 14:53:51 +0000 (14:53 +0000)
committerDavid Waern <david.waern@gmail.com>
Sat, 28 Feb 2009 14:53:51 +0000 (14:53 +0000)
commit1b9618c37bb254e1d16aa286ceedc9a81f41e871
treeca043b186be7753bd42451024cfcacaeae67ede5
parent911860671d3f35a52b54869a7a3e7730d7c631dd
Filter out carriage returns in doc strings

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.
compiler/parser/HaddockLex.x