[Haskell-cafe] GHC 7.0.2 and haddock
Maciej Marcin Piechotka
uzytkownik2 at gmail.com
Sun Mar 6 02:34:58 CET 2011
Is there any version of haddock that builds with ghc 7.0.2?
For 2.9.1 I get:
src/Haddock/Interface/Create.hs:282:11:
Couldn't match expected type `Located b0'
with actual type `[LTyClDecl id0]'
Expected type: HsGroup id0 -> [Located b0]
Actual type: HsGroup id0 -> [[LTyClDecl id0]]
In the first argument of `mkDecls', namely `hs_tyclds'
In the first argument of `(++)', namely
`mkDecls hs_tyclds TyClD group_'
Regards
More information about the Haskell-Cafe
mailing list