name: dbus-client version: 0.3 synopsis: D-Bus client libraries license: GPL-3 license-file: License.txt author: John Millikin maintainer: jmillikin@gmail.com build-type: Simple cabal-version: >=1.6 category: Network, Desktop stability: experimental bug-reports: mailto:jmillikin@gmail.com homepage: http://ianen.org/haskell/dbus/ tested-with: GHC==6.10.4 extra-source-files: dbus-client.nw Examples/*.hs Makefile source-repository head type: darcs location: http://ianen.org/haskell/dbus/client/ library ghc-options: -Wall hs-source-dirs: hs build-depends: base >=3 && < 5 , dbus-core >= 0.8 , containers , text exposed-modules: DBus.Client