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

Last updated: May 17,2024

1. Install "libghc-hsx2hs-doc" package

Please follow the instructions below to install libghc-hsx2hs-doc on Kali Linux

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

2. Uninstall "libghc-hsx2hs-doc" package

Please follow the steps below to uninstall libghc-hsx2hs-doc on Kali Linux:

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

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

Package: libghc-hsx2hs-doc
Source: haskell-hsx2hs
Version: 0.14.1.11-1
Installed-Size: 1613
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-hsx2hs-dev, libghc-src-exts-doc, libghc-src-meta-doc, libjs-mathjax
Suggests: libghc-hsx2hs-prof
Size: 102148
SHA256: f53ccb299f5dd1caf926e189ea9db49fc2278933778db137819f780183c3d924
SHA1: e5a4686b47bf8363e1e75b3cff3304a416cc0392
MD5sum: 7ffbddeba352c7b5de272b3cdbf92a49
Description: literal XML syntax in Haskell source code; documentation
HSX (Haskell Source with XML) allows literal XML syntax in Haskell
source code. The hsx2hs preprocessor translates .hsx source files
into ordinary .hs files. Literal XML syntax is translated into
function calls for creating XML values of the appropriate forms.
hsx2hs transforms literal XML syntax into a series of function calls.
Any project can make use of the syntax by providing definitions for
those functions, and the XML values produced will be of the types
specified. This works for any types, since hsx2hs doesn't make any
assumptions, or inserts any information depending on types.
XMLGenerator defines a few typeclasses that together cover the
functions injected by the preprocessor. A project that uses these
classes to provide the semantics for the injected syntax will be
able to use any functions written in terms of these, allowing
better code reusability than if each project defines its own
semantics for the XML syntax. Also, the classes makes it possible
to use the literal syntax at different types within the same module.
Achieving that is not as simple as it may seem, but the XMLGenerator
module provides all the necessary machinery.
.
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/seereason/hsx2hs
Section: doc
Priority: optional
Filename: pool/main/h/haskell-hsx2hs/libghc-hsx2hs-doc_0.14.1.11-1_all.deb