packages feed

dbus-th-0.1.2.0: dbus-th.cabal

-- Initial dbus-th.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                dbus-th
version:             0.1.2.0
synopsis:            TemplateHaskell generator of DBus bindings
description:         This package provides functions to easily generate bindings for
                     DBus functions. See Test.hs for examples.
license:             BSD3
license-file:        LICENSE
author:              IlyaPortnov
maintainer:          portnov84@rambler.ru
-- copyright:           
category:            Network
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  Test.hs

library
  exposed-modules:     DBus.TH
  -- other-modules:       
  build-depends:       base > 4 && < 5, containers >= 0.4,
                       syb >= 0.3.6,
                       dbus,
                       template-haskell >=2.6, text >=0.11

Source-repository head
  type:     git
  location: https://github.com/portnov/dbus-th.git