problems invoking haddock

Simon Marlow simonmar@microsoft.com
Fri, 25 Apr 2003 10:36:28 +0100


=20
> I was not able to make Haddock run... Invoking it for a=20
> simple hello world example
>=20
> > module Main where
> >
> > main :: IO()
> > main =3D putStrLn "Hello World"
>=20
> gives me the following errors:
>=20
> Warning: module not found: Prelude
> Warning: Main: the following names could not be resolved:
>     IO Prelude.()
>=20
> Fail: does not exist
> Action: openFile
> Reason: No such file or directory
> File: /usr/local/lib/haddock-0.4/haddock.css

Sounds like Haddock isn't installed properly.  What procedure did you
use to build/install it?

Cheers,
	Simon