Package: gitit / 0.10.4-2

Metadata

Package Version Patches format
gitit 0.10.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
comment type signature | (download)

Network/Gitit/Config.hs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 comment out type signature in readfile function
 When this type signature is present, a bug elsewhere (possibly in Haddock)
 causes the document generation (and thus the build) to fail with a message
 about this function's use of the FlexibleContexts extension to Haskell. If we
 comment it out then the bug is not triggered and everything still works
 because GHC can infer the type of the function.