
12 Oct
2008
12 Oct
'08
1:40 p.m.
On Sat, 11 Oct 2008, Don Stewart wrote:
Build reports for these packages were posted yesterday,
http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/15430
For 'numeric-prelude' it is reported: numeric-prelude src/Number/Complex.hs:3:12: cannot parse LANGUAGE pragma: comma-separated list expected The offending pragma is: {-# LANGUAGE_HOW_CAN_WE_ENABLE Rules ? #-} Why is this interpreted as LANGUAGE pragma at all? ... and erm, how can I enable parsing of optimizer rules? With {-# OPTIONS_GHC -O #-} ?