packages feed

xfconf-4.8.0.0: System/XFCE/Xfconf.hs

module System.XFCE.Xfconf (
        module System.XFCE.Xfconf.Core,
        module System.XFCE.Xfconf.Error,
        module System.XFCE.Xfconf.Values,
        module System.XFCE.Xfconf.Channel,
        module System.XFCE.Xfconf.Binding
) where

import System.XFCE.Xfconf.Core
import System.XFCE.Xfconf.Error
import System.XFCE.Xfconf.Values
import System.XFCE.Xfconf.Channel
import System.XFCE.Xfconf.Binding