How to Install and Uninstall hsx2hs Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "hsx2hs" package

Please follow the guidelines below to install hsx2hs on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install hsx2hs

2. Uninstall "hsx2hs" package

Please follow the step by step instructions below to uninstall hsx2hs on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the hsx2hs package on Ubuntu 21.04 (Hirsute Hippo)

Package: hsx2hs
Architecture: amd64
Version: 0.14.1.8-1build5
Priority: extra
Section: universe/haskell
Source: haskell-hsx2hs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8515
Depends: libc6 (>= 2.29), libffi8ubuntu1 (>= 3.4~20200819), libgmp10
Filename: pool/universe/h/haskell-hsx2hs/hsx2hs_0.14.1.8-1build5_amd64.deb
Size: 1124604
MD5sum: e37436a876e08339d1cfec0b2970f08c
SHA1: d8982fa6776279e151edcce95ed73e85b22e2e39
SHA256: a9213a78477753d06b2d6fd699bb750a6afeea8dbee4f3bb47c918474115fe59
SHA512: 1eec3aba9640af7bccae951b3cb6ac87e78f2dec12f5551aa4898053c3989bf4126134e7d646b7162b9bfeb2a44090b82a152b47d20faf279047fb4c171738e6
Homepage: https://github.com/seereason/hsx2hs
Description-en: 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: 461b0320df183f57143573db3c54e3d7