name: dbus-haskell version: 0.1 description: Pure Haskell implementation of client side DBus license: BSD3 license-file: LICENSE author: Lennart Kolmodin maintainer: kolmodin@dtek.chalmers.se build-depends: base, binary, mtl, unix, network, parsec ghc-options: -Wall extensions: MultiParamTypeClasses, OverlappingInstances, IncoherentInstances hs-source-dirs: src exposed-modules: System.DBus.Message System.DBus.Connection System.DBus.Types System.DBus.Client System.DBus.Address executable: listnames main-is: ListNames.hs extensions: MultiParamTypeClasses, OverlappingInstances, IncoherentInstances hs-source-dirs: tools/ src/ executable: introspect main-is: Introspect.hs extensions: MultiParamTypeClasses, OverlappingInstances, IncoherentInstances hs-source-dirs: tools/ src/