id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
87,type signatures look funky when generated by Template Haskell,SamB,,"For example, try running haddock on this module (using the HEAD version of derive -- ndm says to use {{{darcs get --partial http://www.cs.york.ac.uk/fp/darcs/derive}}} to fetch it):

{{{
{-# LANGUAGE TemplateHaskell #-}

module TestSigs where

import Data.DeriveTH

$(derive makeIs ''Maybe)
}}}

The output will be something like:
{{{
   [ ]  Contents Index
   TestSigs
   Documentation
   isJust :: forall a[aPP]. Maybe a[aPP] -> Bool
   isNothing :: forall a[aPP]. Maybe a[aPP] -> Bool
   Produced by Haddock version 2.4.2
}}}
",defect,closed,major,,,fixed,TH,SamB
