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

Last updated: May 17,2024

1. Install "libghc-iospec-dev" package

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

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

2. Uninstall "libghc-iospec-dev" package

This tutorial shows how to uninstall libghc-iospec-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-iospec-dev
Priority: extra
Section: universe/haskell
Installed-Size: 599
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-iospec
Version: 0.3-2
Provides: libghc-iospec-dev-0.3-df9bd
Depends: libghc-quickcheck-dev-2.8.1-3b4e5, libghc-stream-dev-0.4.7.2-50ca5, libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libc6 (>= 2.2.5)
Suggests: libghc-iospec-doc, libghc-iospec-prof
Filename: pool/universe/h/haskell-iospec/libghc-iospec-dev_0.3-2_amd64.deb
Size: 68104
MD5sum: 7f92b1a8f5b6b6585c41a24df538c439
SHA1: fa13147302a65d909cc47e093a485dc5d1d1d5e4
SHA256: 7bb6ca9e64c76f77562ed71de0077a3cd787055c3c435242ad0530f84738fc53
Description-en: Pure specification of the IO monad
It consists of several modules, that give a pure specification
of functions in the IO monad:
.
Test.IOSpec.Fork: a pure specification of forkIO.
.
Test.IOSpec.IORef: a pure specification of most functions that create and
manipulate on IORefs.
.
Test.IOSpec.MVar: a pure specification of most functions that create and
manipulate and MVars.
.
Test.IOSpec.STM: a pure specification of atomically and the STM monad.
.
Test.IOSpec.Teletype: a pure specification of getChar, putChar, and
several related Prelude functions.
.
Besides these modules containing the specifications, there are a few other
important modules:
.
Test.IOSpec.Types: defines the IOSpec type and several amenities.
.
Test.IOSpec.VirtualMachine: defines a virtual machine on which to execute
pure specifications.
.
Test.IOSpec.Surrogate: a drop-in replacement for the other modules. Import
this and recompile your code once you've finished testing and debugging.
.
There are several well-documented examples included with the source
distribution.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: f5c902aa602b48315b4d36002a1a02b3
Homepage: http://hackage.haskell.org/package/IOSpec
Ghc-Package: IOSpec-0.3-df9bd19216d5307195fc626b385dfcda
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu