
Duncan Coutts wrote:
On Thu, 2007-08-09 at 16:33 -0700, Ashley Yakeley wrote:
Has anyone created Haskell bindings for gnomevfs2?
Yes. Peter Gavin has been working on gnomevfs bindings. The current code is in the darcs repo for gtk2hs under gnomevfs/. So at the moment you have to build the whole of gtk2hs, though you can disable component you don't want. Some day they'll all be separate Cabal packages, but not yet.
Thanks. I'm already using gtk2hs for UI, and in the mean time I'm just doing C2HS for the few GnomeVFS functions I need. But I might switch to using your live repo if I need more. I'm writing a quick and dirty IDE: simply parse the Cabal file and show it in a TreeView, and then show source files in a SourceView. -- Ashley Yakeley