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

Last updated: May 12,2024

1. Install "libghc-hsx2hs-prof" package

This guide covers the steps necessary to install libghc-hsx2hs-prof on Kali Linux

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

2. Uninstall "libghc-hsx2hs-prof" package

Please follow the guidance below to uninstall libghc-hsx2hs-prof on Kali Linux:

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

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

Package: libghc-hsx2hs-prof
Source: haskell-hsx2hs (0.14.1.11-1)
Version: 0.14.1.11-1+b1
Installed-Size: 1245
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-hsx2hs-prof-0.14.1.11-71ee4
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-bytestring-prof-0.11.5.2-6590e, libghc-haskell-src-exts-prof-1.23.1-c45ba, libghc-haskell-src-meta-prof-0.8.12-1bd06, libghc-hsx2hs-dev (= 0.14.1.11-1+b1), libghc-mtl-prof-2.2.2-6f39a, libghc-template-haskell-prof-2.19.0.0-a5ee2, libghc-utf8-string-prof-1.0.2-38e01
Size: 116716
SHA256: 5e14beade5552663f89d117ec1c449307e2426c86343a237bd1d817f527e2c78
SHA1: 5bf8f437c085b26da432c1aa75a8dc039e39b446
MD5sum: 59cfa8327c0972a5a23044c943f46d7f
Description: literal XML syntax in Haskell source code; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/seereason/hsx2hs
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-hsx2hs/libghc-hsx2hs-prof_0.14.1.11-1+b1_amd64.deb