13 Jul
2013
13 Jul
'13
4:11 a.m.
* Evan Laforge <qdunkan@gmail.com> [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-S... you'll see that CPP is used there. Roman