* Evan Laforge <[email protected]> [2013-07-12 14:25:00-0400] > So haddock ignores {-# LANGUAGE CPP #-}, which makes it crash on any > file that uses it.
I'm pretty sure it's not true in general. If you click on the "Source" link at this haddock page: http://hackage.haskell.org/packages/archive/smallcheck/0.6.2/doc/html/Test-SmallCheck-Series.html you'll see that CPP is used there. Roman _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
