Don't Haddock LexOccam.hs.

I think Haddock doesn't like the GHC preprocessor directives that Alex
generates, so just ignore the lexer source for now.
This commit is contained in:
Adam Sampson 2007-08-20 23:44:47 +00:00
parent f95bcf6411
commit a640dabc04

View File

@ -53,7 +53,7 @@ clean-cgtests:
haddock:
@mkdir -p doc
haddock -o doc --html $(sources)
haddock -o doc --html $(filter-out LexOccam.hs,$(sources))
clean:
rm -f $(targets) *.o *.hi