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

Last updated: May 17,2024

1. Install "libghc-hsx2hs-dev" package

In this section, we are going to explain the necessary steps to install libghc-hsx2hs-dev on Kali Linux

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

2. Uninstall "libghc-hsx2hs-dev" package

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

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

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

Package: libghc-hsx2hs-dev
Source: haskell-hsx2hs (0.14.1.11-1)
Version: 0.14.1.11-1+b1
Installed-Size: 906
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hsx2hs-dev-0.14.1.11-71ee4
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-bytestring-dev-0.11.5.2-6590e, libghc-haskell-src-exts-dev-1.23.1-c45ba, libghc-haskell-src-meta-dev-0.8.12-1bd06, libghc-mtl-dev-2.2.2-6f39a, libghc-template-haskell-dev-2.19.0.0-a5ee2, libghc-utf8-string-dev-1.0.2-38e01, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 117144
SHA256: 60ee4a012fcd564a822f8b00ef6774a3795cf2e17281a650cb4b665efe41792b
SHA1: 97294dd3e7c1f5918f19dcd607b2ac9debc830f2
MD5sum: 0e05710425cbf0d6a2680c75ff6f2f30
Description: literal XML syntax in Haskell source code
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 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
Ghc-Package: hsx2hs-0.14.1.11-D5tjTcQjrTPKBFiPq0Tr9Q
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hsx2hs/libghc-hsx2hs-dev_0.14.1.11-1+b1_amd64.deb