kosmikus / lhs2tex

Preprocessor for typesetting Haskell sources with LaTeX
Other
99 stars 28 forks source link

Needs NPlusKPatterns in HsLexer.lhs #10

Closed timp21337 closed 12 years ago

timp21337 commented 12 years ago

Needed to add

{-# LANGUAGE NPlusKPatterns #-}

to HsLexer.lhs as N+1 patterns are no longer enabled by default.

cheers Tim

kosmikus commented 12 years ago

This shouldn't be an issue as the Cabal file specifies default-language to be Haskel98.

timp21337 commented 12 years ago

I first tried the make instructions.

kosmikus commented 12 years ago

Ok, fair enough. Cabal is the preferred install path these days. But you're right, as long as the Makefile is there, it should work, too.