id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1203,PackageDB type mismatch in build system,guest,duncan,"I tried to ""cabal install gtk"" and I get this:

/tmp/glib-0.11.219918/glib-0.11.2/Gtk2HsSetup.hs:190:70:
    Couldn't match expected type `[PackageDB]'
                with actual type `PackageDB'
    Expected type: PackageDBStack
      Actual type: PackageDB
    In the sixth argument of `registerPackage', namely `packageDb'
    In the expression:
      registerPackage
        verbosity installedPkgInfo pkg lbi inplace packageDb

It works fine if I go into Gtk2HsSetup.hs and replace packageDb with [packageDb], but then I have to change it by hand for cairo, pango, etc. Must be an issue in gtk2hs-buildtools, I think.",defect,new,blocker,0.11.0,build system,0.11.0,,,
