cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: signal-messaging-dbus version: 1.0.0.2 synopsis: Bindings for signal-cli's DBus interface description: This library aims provides a way to interact programmatically with the private messenger signal . To use this, you need an instance of [signal-cli] (https://github.com/AsamK/signal-cli) running in daemon mode, with the DBus interface enabled. Support exists for almost the whole api, which should be sufficient for your bot-writing needs. category: web homepage: https://codeberg.org/lialenck/signal-messaging-dbus author: Lia Lenckowski maintainer: lialenck@protonmail.com copyright: 2022 Lia Lenckowski license: AGPL license-file: LICENSE.agpl build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://codeberg.org/lialenck/signal-messaging-dbus.git library exposed-modules: SignalDBus SignalDBus.Interface SignalDBus.Types other-modules: Paths_signal_messaging_dbus hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-type-defaults -Wno-unused-do-bind build-depends: base >=4.7 && <5 , bytestring <0.12 , dbus >=1.2.12 && <1.3 , unliftio ==0.2.* default-language: Haskell2010 executable signal-dbus-example main-is: Main.hs other-modules: Paths_signal_messaging_dbus hs-source-dirs: example ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-type-defaults -Wno-unused-do-bind -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring <0.12 , dbus >=1.2.12 && <1.3 , signal-messaging-dbus , unliftio ==0.2.* default-language: Haskell2010