name: dbus-client version: 0.4.0.1 synopsis: Monadic and object-oriented interfaces to DBus 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.12.1 extra-source-files: dbus-client.anansi Examples/*.hs source-repository head type: darcs location: http://ianen.org/haskell/dbus/client/ library ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: hs build-depends: base >=3 && < 5 , dbus-core >= 0.8 && < 0.9 , containers >= 0.1 && < 0.4 , text >= 0.7 && < 0.9 , transformers >= 0.2 && < 0.3 , monads-tf >= 0.1 && < 0.2 exposed-modules: DBus.Client