Name: udbus Version: 0.2.3 x-revision: 1 Description: Small and flexible implementation of the dbus protocol. License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: Vincent Hanquez Synopsis: Small DBus implementation Build-Type: Simple Category: Network stability: experimental Cabal-Version: >=1.6 Homepage: http://github.com/vincenthz/hs-udbus data-files: README.md Flag test Description: Build unit test Default: False Flag executable Description: Build the executable Default: False Library if impl(ghc < 8.0) Build-Depends: base >= 4.9 && < 4.13 else Build-Depends: base >= 4.9 && < 5 Build-Depends: binary , cereal , bytestring , utf8-string , network , containers , mtl , unix , ghc-prim Exposed-modules: Network.DBus Network.DBus.Actions Other-modules: Network.DBus.IEEE754 Network.DBus.Message Network.DBus.MessageType Network.DBus.StdMessage Network.DBus.Internal Network.DBus.Signature Network.DBus.Type Network.DBus.Wire ghc-options: -Wall -fno-warn-missing-signatures Executable dbus Main-is: DBus.hs if flag(executable) Buildable: True Build-Depends: network else Buildable: False executable Tests Main-is: Tests.hs if flag(test) Buildable: True Build-Depends: base , QuickCheck >= 2 , test-framework , test-framework-quickcheck2 , bytestring else Buildable: False ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures source-repository head type: git location: git://github.com/vincenthz/hs-udbus