--
--Dan
$ ghc-pkg list gtk
/usr/lib/ghc-6.10.4/./package.conf:
gtk-0.10.1
$ ghc-pkg list svgcairo
/usr/lib/ghc-6.10.4/./package.conf:
svgcairo-0.10.1
Well I found out how to make it work shortly after sending my email.
Those two packages are my in cabal from what I can tell ( I did update
before searching ). Instead I need the gtk2hs package from the arch
linux repo. That solved the issue. Would be nice if that stuff was in
cabal.
--
--dan