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

Last updated: October 05,2024

1. Install "libghc-semirings-dev" package

Learn how to install libghc-semirings-dev on Kali Linux

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

2. Uninstall "libghc-semirings-dev" package

This guide let you learn how to uninstall libghc-semirings-dev on Kali Linux:

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

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

Package: libghc-semirings-dev
Source: haskell-semirings (0.6-3)
Version: 0.6-3+b1
Installed-Size: 2819
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-semirings-dev-0.6-a254b
Depends: libghc-base-compat-batteries-dev-0.12.3-cb271, libghc-base-dev-4.17.2.0-68dfe, libghc-containers-dev-0.6.7-a1650, libghc-hashable-dev-1.4.3.0-e937e, libghc-unordered-containers-dev-0.2.19.1-230f0, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 283464
SHA256: 226befa04d96e2d3c25c5c0949ab431bacf76b6820c0a719e46fb5f39e4d0be1
SHA1: 6ec6bb9b96a09f82d290ab28a53ddccff7525c75
MD5sum: 96dc5b76dc3c2df2dbac9c67d5b91548
Description: two monoids as one, in holy haskimony
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
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/chessai/semirings
Ghc-Package: semirings-0.6-JWRxOJGQh3tBWFJE0eEkvX
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-semirings/libghc-semirings-dev_0.6-3+b1_amd64.deb