Ticket #1203 (new defect)
PackageDB type mismatch in build system
| Reported by: | guest | Owned by: | duncan |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.11.0 |
| Component: | build system | Version: | 0.11.0 |
| Keywords: | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.