How to Install and Uninstall hsx2hs Package on Kali Linux

Last updated: May 11,2024

1. Install "hsx2hs" package

Please follow the steps below to install hsx2hs on Kali Linux

$ sudo apt update $ sudo apt install hsx2hs

2. Uninstall "hsx2hs" package

Please follow the step by step instructions below to uninstall hsx2hs on Kali Linux:

$ sudo apt remove hsx2hs $ sudo apt autoclean && sudo apt autoremove

3. Information about the hsx2hs package on Kali Linux

Package: hsx2hs
Source: haskell-hsx2hs (0.14.1.11-1)
Version: 0.14.1.11-1+b1
Installed-Size: 15687
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Size: 2143196
SHA256: 784de9ffe53f5fff830b66ab254cac02d711156f62cc1441439b4b01a1838d5a
SHA1: 04003c4547a701a67dcb2df2972a96f70cfd5679
MD5sum: 3410f0c998a7ba92e40064c82d5c7464
Description: literal XML syntax in Haskell source code - preprocessor
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 contains the hsx2hs executable for preprocessing.
Description-md5:
Homepage: https://github.com/seereason/hsx2hs
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hsx2hs/hsx2hs_0.14.1.11-1+b1_amd64.deb