{-# LANGUAGE CPP #-} -- GIMP Toolkit (GTK) Binding for Haskell: binding to libgnomevfs -*-haskell-*- -- -- Author : Peter Gavin -- Created: 1-Apr-2007 -- -- Copyright (c) 2007 Peter Gavin -- -- This library is free software: you can redistribute it and/or -- modify it under the terms of the GNU Lesser General Public License -- as published by the Free Software Foundation, either version 3 of -- the License, or (at your option) any later version. -- -- This library is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- Lesser General Public License for more details. -- -- You should have received a copy of the GNU Lesser General Public -- License along with this program. If not, see -- . -- -- GnomeVFS, the C library which this Haskell library depends on, is -- available under LGPL Version 2. The documentation included with -- this library is based on the original GnomeVFS documentation, -- Copyright (c) 2001 Seth Nickell . The -- documentation is covered by the GNU Free Documentation License, -- version 1.2. -- -- | Maintainer : gtk2hs-devel@lists.sourceforge.net -- Stability : alpha -- Portability : portable (depends on GHC) module System.Gnome.VFS ( module System.Gnome.VFS.Cancellation, module System.Gnome.VFS.Directory, module System.Gnome.VFS.Drive, module System.Gnome.VFS.Error, module System.Gnome.VFS.FileInfo, module System.Gnome.VFS.Init, #if GNOME_VFS_CHECK_VERSION(2,14,0) module System.Gnome.VFS.MIME, #endif module System.Gnome.VFS.Monitor, module System.Gnome.VFS.Ops, module System.Gnome.VFS.URI, module System.Gnome.VFS.Util, module System.Gnome.VFS.Volume, module System.Gnome.VFS.VolumeMonitor, module System.Gnome.VFS.Xfer ) where import System.Gnome.VFS.Cancellation import System.Gnome.VFS.Directory import System.Gnome.VFS.Drive import System.Gnome.VFS.Error import System.Gnome.VFS.FileInfo import System.Gnome.VFS.Init #if GNOME_VFS_CHECK_VERSION(2,14,0) import System.Gnome.VFS.MIME #endif import System.Gnome.VFS.Monitor import System.Gnome.VFS.Ops import System.Gnome.VFS.URI import System.Gnome.VFS.Util import System.Gnome.VFS.Volume import System.Gnome.VFS.VolumeMonitor import System.Gnome.VFS.Xfer