How to Install libghc-dbus-dev in Ubuntu 18.04



Install libghc-dbus-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-dbus-dev

Description:

Haskell implementation of D-Bus

D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and the user's session using remote procedure calls. . haskell-dbus is an implementation of the D-Bus protocol in Haskell. It can be used to add D-Bus support to Haskell applications, without the awkward interfaces common to foreign bindings. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: https://github.com/rblaze/haskell-dbus#readme

Version: 0.10.13-1build3

Section: universe/haskell