Good Haskell Style
Alistair Bayley
alistair at abayley.org
Thu Aug 2 08:58:09 EDT 2007
> and the offending lines in this file are:
>
> #ifndef __HADDOCK__
> deriving (Functor, Monad, MonadIO, MonadFix, MonadReader sess)
> #else
> -- Haddock can't cope with the "MonadReader sess" instance
> deriving (Functor, Monad, MonadIO, MonadFix)
> #endif
>
> so it would appear that __HADDOCK__ is not defined.
Sorry, I should have said, "so it appears that -cpp is not being used".
Alistair
More information about the Libraries
mailing list