How to Install and Uninstall libghc-hsx2hs-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libghc-hsx2hs-prof" package

Learn how to install libghc-hsx2hs-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-hsx2hs-prof" package

In this section, we are going to explain the necessary steps to uninstall libghc-hsx2hs-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-hsx2hs-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hsx2hs-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1019
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hsx2hs
Version: 0.13.4-1build1
Provides: libghc-hsx2hs-prof-0.13.4-54312
Depends: libghc-hsx2hs-dev (= 0.13.4-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-haskell-src-exts-prof-1.17.1-5b24e, libghc-haskell-src-meta-prof-0.6.0.13-f17d1, libghc-mtl-prof-2.2.1-3af90, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-utf8-string-prof-1.0.1.1-09f69
Filename: pool/universe/h/haskell-hsx2hs/libghc-hsx2hs-prof_0.13.4-1build1_amd64.deb
Size: 92258
MD5sum: 22f21b4a9f5e60bcaa0ddf8a3c46c4a5
SHA1: 679d974881a1feb6f5552941ab0f3357358dc220
SHA256: f7e765bd16456b096ef8b1f9abdc5992ecc7b8729d8d7669a1802d71ad4c3e20
Description-en: 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: 92678da5fcf193aad68cd729872d3ffc
Homepage: https://github.com/seereason/hsx2hs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu