[Haskell-cafe] Haddock fails on ConfigFile, but why?
Daniel Fischer
daniel.is.fischer at googlemail.com
Sat Oct 22 00:28:44 CEST 2011
On Friday 21 October 2011, 23:49:45, Magnus Therning wrote:
> Would love to get some help on making Haddock accept ConfigFile[1]. The
> error message is about as far from helpful as you can get ;)
>
> dist/build/tmp-15743/src/Data/ConfigFile/Monadic.hs:34:1:
> parse error on input `import'
>
> The author is informed but is as confused as me, it seems[2].
>
> /M
>
> [1] http://hackage.haskell.org/package/ConfigFile
> [2] https://github.com/jgoerzen/configfile/issues/4
It may be that haddock requires the comments to be indented, or at least
the bird-tracke code blocks.
More information about the Haskell-Cafe
mailing list