I tried using Haddock on JVM-Bridge. It fails on empty datatypes: module HDTest where { data Foo; } It also fails on 'with' (for implicit parameters). 'with' is deprecated in 5.03, but its replacement syntax using 'let' won't work with 5.02.2. -- Ashley Yakeley, Seattle WA