How to Install and Uninstall libghc-th-desugar-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libghc-th-desugar-dev" package

This tutorial shows how to install libghc-th-desugar-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-th-desugar-dev

2. Uninstall "libghc-th-desugar-dev" package

This tutorial shows how to uninstall libghc-th-desugar-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-th-desugar-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-th-desugar-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-th-desugar-dev
Architecture: amd64
Version: 1.10-1build4
Priority: optional
Section: universe/haskell
Source: haskell-th-desugar
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 9255
Provides: libghc-th-desugar-dev-1.10-08c39
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-containers-dev-0.6.2.1-ab1cf, libghc-ghc-prim-dev-0.5.3-49209, libghc-mtl-dev-2.2.2-7208c, libghc-ordered-containers-dev-0.2.2-265a9, libghc-semigroups-dev-0.19.1-31c30, libghc-syb-dev-0.7.1-bb80c, libghc-template-haskell-dev-2.15.0.0-80f0d, libghc-th-abstraction-dev-0.3.2.0-1216b, libghc-th-lift-dev-0.8.1-b46b3, libghc-th-orphans-dev-0.13.10-7a8ca, libghc-transformers-compat-dev-0.6.5-54570, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-th-desugar-doc, libghc-th-desugar-prof
Filename: pool/universe/h/haskell-th-desugar/libghc-th-desugar-dev_1.10-1build4_amd64.deb
Size: 760616
MD5sum: 09f96dad6ee081ed824127fd04aa7d4b
SHA1: 87202a990b6fe6b252c903362dac6ab287371c49
SHA256: 6b0d300ae34c59595428daf2a5b12c6a26d19e01df6a7a5a37b4acc585a68e66
SHA512: 93bd97b12b10d2bcbfd435d75776a729c16a63ae0a24907cb474d48a400e27b8583030d838a74eb9edd9f75822fe4f43f89bafe0fc131f0c8bf3248e7a3a39e7
Homepage: https://github.com/goldfirere/th-desugar
Description-en: functions to desugar Template Haskell
This package provides the Language.Haskell.TH.Desugar module, which desugars
Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
This desugaring discards surface syntax information (such as the use of infix
operators) but retains the original meaning of the TH code. The intended use
of this package is as a preprocessor for more advanced code manipulation
tools. Note that the input to any of the ds... functions should be produced
from a TH quote, using the syntax [| ... |]. If the input to these functions
is a hand-coded TH syntax tree, the results may be unpredictable. In
particular, it is likely that promoted datatypes will not work as expected.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 53320535aa1735f6efc56b1f8c2d3360
Ghc-Package: th-desugar-1.10-FKN5aWlm3HyHoZdu4oBLGJ