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

Last updated: May 03,2024

1. Install "libghc-stmonadtrans-dev" package

Please follow the steps below to install libghc-stmonadtrans-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-stmonadtrans-dev" package

Learn how to uninstall libghc-stmonadtrans-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-stmonadtrans-dev
Priority: extra
Section: universe/haskell
Installed-Size: 310
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-stmonadtrans
Version: 0.3.3-2
Provides: libghc-stmonadtrans-dev-0.3.3-5c3e0
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libc6 (>= 2.2.5)
Suggests: libghc-stmonadtrans-doc, libghc-stmonadtrans-prof
Filename: pool/universe/h/haskell-stmonadtrans/libghc-stmonadtrans-dev_0.3.3-2_amd64.deb
Size: 33262
MD5sum: c84ea8e4ddf9f780ea25e87a761f86a5
SHA1: 66760123ac635b40e89d53d5fcfd2449dad6a4df
SHA256: 858ee6622a45b4833ffcbcbb43f987d4fe19d1a3a1f2e237e28eab2d1e6f54f3
Description-en: monad transformer version of the ST monad
This package provides a monad transformer version of the ST monad.
.
Warning! This monad transformer should not be used with monads that can
contain multiple answers, like the list monad. The reason is that the will be
duplicated across the different answers and this cause Bad Things to happen
(such as loss of referential transparency). Safe monads include the monads
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: c65a41de02a6f1a5709a6364f30bff02
Homepage: http://hackage.haskell.org/package/STMonadTrans
Ghc-Package: STMonadTrans-0.3.3-5c3e0c7dd6a04a8024254fd53f315781
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu