-- Initial dbus-th-introspection.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: dbus-th-introspection version: 0.1.0.0 synopsis: Generate bindings for DBus calls by using DBus introspection and dbus-th description: This package is aimed to simplify writing bindings for DBus interfaces by using DBus introspection and dbus-th package. extra-doc-files: README license: BSD3 license-file: LICENSE author: Ilya Portnov maintainer: portnov84@rambler.ru -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: DBus.TH.Introspection, DBus.TH.Introspection.Output, DBus.TH.Introspection.Types -- other-modules: other-extensions: TemplateHaskell, OverloadedStrings build-depends: base >=4.7 && <4.8, dbus-th >=0.1.2.0, template-haskell >=2.9 && <2.10, dbus >=0.10 && <0.11, containers >=0.5 && <0.6 ghc-options: -fwarn-unused-imports default-language: Haskell2010 executable dbus-introspect-hs Main-Is: dbus-introspect-hs.hs other-modules: DBus.TH.Introspection, DBus.TH.Introspection.Output, DBus.TH.Introspection.Types build-depends: base >=4.7 && <4.8, dbus-th >=0.1.2.0, template-haskell >=2.9 && <2.10, dbus >=0.10 && <0.11, containers >=0.5 && <0.6, cmdargs default-language: Haskell2010 Source-repository head type: git location: https://github.com/portnov/dbus-th-introspection.git