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

Last updated: May 17,2024

1. Install "libghc-stateref-dev" package

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

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

2. Uninstall "libghc-stateref-dev" package

Please follow the guidelines below to uninstall libghc-stateref-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-stateref-dev
Priority: extra
Section: universe/haskell
Installed-Size: 596
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-stateref
Version: 0.3-3build1
Provides: libghc-stateref-dev-0.3-ccd80
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libghc-stm-dev-2.4.4.1-7050c, libc6 (>= 2.2.5)
Suggests: libghc-stateref-doc, libghc-stateref-prof
Filename: pool/universe/h/haskell-stateref/libghc-stateref-dev_0.3-3build1_amd64.deb
Size: 57750
MD5sum: 51564e00c3a206992cd91041591e1a7d
SHA1: bb2824e20c8fb0ab551956ccd70b4eb6c57e6ba5
SHA256: 7fee1d60a2418e9ac409ba963302a77bf7e3da86dcace0a63b8a6382ea7620d8
Description-en: Abstraction for things that work like IORef
A collection of type-classes generalizing the read/write/modify
operations for stateful variables provided by things like IORef,
TVar, &c. Note that The interface has changed a bit from the 0.2.*
version. "*Ref" functions are now called "*Reference" and new "*Ref"
function exist with simpler signatures. The new Ref existential type
provides a convenient monad-indexed reference type, and the HasRef
class indicates monads for which there is a default reference type
for every referent.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: ada5a39804509daecfa4c8215c1ae6bc
Homepage: http://hackage.haskell.org/package/stateref
Ghc-Package: stateref-0.3-ccd806afb5be9938d44ba23601d8066b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu