How to Install and Uninstall libghc-bindings-dsl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libghc-bindings-dsl-dev" package

Please follow the guidance below to install libghc-bindings-dsl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-bindings-dsl-dev

2. Uninstall "libghc-bindings-dsl-dev" package

This tutorial shows how to uninstall libghc-bindings-dsl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-bindings-dsl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-bindings-dsl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-bindings-dsl-dev
Priority: extra
Section: universe/haskell
Installed-Size: 102
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-bindings-dsl
Version: 1.0.23-1
Provides: libghc-bindings-dsl-dev-1.0.23-75369
Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
Filename: pool/universe/h/haskell-bindings-dsl/libghc-bindings-dsl-dev_1.0.23-1_amd64.deb
Size: 12910
MD5sum: e88d181f4646cd6b358095339da1cf52
SHA1: ecd9019beeca191635dcbcae676de5dd103d77bd
SHA256: bdfbaffbb18669b3a9eb512de7ec17719fcbedd85ae779c4fd0ec2c96eae425d
Description-en: FFI domain specific language, on top of hsc2hs
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
Haskell names used are automatically derived from C names, structures
are mapped to Haskell instances of Storable, and there are also macros
you can use with C code to help write bindings to inline functions or
macro functions.
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 4533b811c281165b5711bbd1d631d571
Homepage: https://github.com/jwiegley/bindings-dsl/wiki
Ghc-Package: bindings-DSL-1.0.23-75369fdfdd50bafd3a7650315e217654
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu