diff options
author | Chaitanya Koparkar <ckoparkar@gmail.com> | 2018-05-03 12:38:36 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-03 12:39:16 -0400 |
commit | 866525a1765715b8b9902e1bd53b9af1c7a93a30 (patch) | |
tree | c9b4ffb66b24ef633783fc193505a655406bf67b /README.md | |
parent | 6132d7c5e6404936ef281a6f3be333fea780906e (diff) | |
download | haskell-866525a1765715b8b9902e1bd53b9af1c7a93a30.tar.gz |
Move the ResponseFile module from haddock into base
GHC and the build tools use "response files" to work around the limit
on the length of command line arguments on Windows. Haddock's
implementation of parsing response files (i.e escaping/unescaping the
appropriate characters) seems complete, is well tested, and also
closely matches the GCC version. This patch moves the relevant bits
into `base` so that it's easier for other libraries to reuse it.
Test Plan: make test TEST=T13896
Reviewers: bgamari, RyanGlScott, 23Skidoo, hvr
Reviewed By: RyanGlScott
Subscribers: thomie, carter
GHC Trac Issues: #13896
Differential Revision: https://phabricator.haskell.org/D4612
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions