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

Last updated: May 08,2024

1. Install "libghc-esqueleto-dev" package

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

$ sudo apt update $ sudo apt install libghc-esqueleto-dev

2. Uninstall "libghc-esqueleto-dev" package

Please follow the instructions below to uninstall libghc-esqueleto-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-esqueleto-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-esqueleto-dev
Priority: extra
Section: universe/haskell
Installed-Size: 3656
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-esqueleto
Version: 2.4.1-2build1
Provides: libghc-esqueleto-dev-2.4.1-8dd99
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-blaze-html-dev-0.8.1.1-d2f0d, libghc-bytestring-dev-0.10.6.0-9a873, libghc-conduit-dev-1.2.6.1-41894, libghc-monad-logger-dev-0.3.16-47856, libghc-persistent-dev-2.2.4-f2a7e, libghc-resourcet-dev-1.1.7-6832b, libghc-tagged-dev-0.8.2-16a51, libghc-text-dev-1.2.2.0-2c09c, libghc-transformers-dev-0.4.2.0-81450, libghc-unordered-containers-dev-0.2.5.1-a371f, libc6 (>= 2.2.5)
Suggests: libghc-esqueleto-doc, libghc-esqueleto-prof
Filename: pool/universe/h/haskell-esqueleto/libghc-esqueleto-dev_2.4.1-2build1_amd64.deb
Size: 274618
MD5sum: 24062876acd2175a7b4a785c22b62d76
SHA1: 265da707c16d478333783a74f8184dab66a4c3f2
SHA256: 9b3edde3e2408d51f513430bbeb2a6dae3c318e8c71c08cac40b89bf0d00ad5b
Description-en: type-safe EDSL for SQL on persistent backends
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked esqueleto queries that fail at runtime.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: be4f83256851c92cf79cde6cb59d3e1b
Homepage: https://github.com/prowdsponsor/esqueleto
Ghc-Package: esqueleto-2.4.1-8dd9952d186d1261d3058a6edd6b5e28
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu