Default the value of -dppr-cols when the static flags aren't initialised yet
authorBen Lippmeier <benl@ouroborus.net>
Fri, 10 Dec 2010 06:01:54 +0000 (06:01 +0000)
committerBen Lippmeier <benl@ouroborus.net>
Fri, 10 Dec 2010 06:01:54 +0000 (06:01 +0000)
commit463de5fd0a6408c416378f62c94dd0f6db10427f
treebf2d5b0c7cadf1c02d1b1e7c0b0668f3845f5712
parent4caf239d368ef26c8d5ae7835355123b77f9a035
Default the value of -dppr-cols when the static flags aren't initialised yet
If GHC's command line options are bad then the options parser uses the
pretty printer before the -dppr-cols flag has been read.
compiler/main/StaticFlags.hs