How to Install and Uninstall libghc-here-doc Package on Kali Linux

Last updated: May 12,2024

1. Install "libghc-here-doc" package

This tutorial shows how to install libghc-here-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-here-doc

2. Uninstall "libghc-here-doc" package

Here is a brief guide to show you how to uninstall libghc-here-doc on Kali Linux:

$ sudo apt remove libghc-here-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-here-doc package on Kali Linux

Package: libghc-here-doc
Source: haskell-here
Version: 1.2.14-1
Installed-Size: 258
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-here-dev, libghc-src-meta-doc, libjs-mathjax
Suggests: libghc-here-prof
Size: 45564
SHA256: 69406a7920be36cf703bb3f344ca10f499893f0abc079a038f1c1315f91df4fd
SHA1: 0e4abacb64d1d57989331aa4b3e868040af8693f
MD5sum: 1089ac37bc7f6cb2d5ecb66ee0db0e09
Description: Here documents and interpolated strings via quasiquotation; documentation
This library adds support for multi-line string literals (a.k.a. "here docs")
and string interpolation to Haskell via GHC's QuasiQuotes extension. The
quoted expressions behave like string literals in the source code; that is,
they produce values of type String, or, with the OverloadedStrings language
extension enabled, values of type IsString a => a.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/tmhedberg/here
Section: doc
Priority: optional
Filename: pool/main/h/haskell-here/libghc-here-doc_1.2.14-1_all.deb