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

Last updated: May 10,2024

1. Install "libghc-iospec-doc" package

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

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

2. Uninstall "libghc-iospec-doc" package

This guide covers the steps necessary to uninstall libghc-iospec-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-iospec-doc
Priority: extra
Section: universe/doc
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-iospec
Version: 0.3-2
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mtl-doc, libghc-quickcheck2-doc
Filename: pool/universe/h/haskell-iospec/libghc-iospec-doc_0.3-2_all.deb
Size: 42198
MD5sum: 185e56c93e03e15f463881384bef0439
SHA1: 15b878219a8df6329e8e623bce97264220ed61a1
SHA256: 501ee34038c6332516151ff01a4bf72d8309a13821970e3665562ba0ee20d772
Description-en: Pure specification of the IO monad; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 6deb009bacc89c961a140fc0f05709ab
Homepage: http://hackage.haskell.org/package/IOSpec
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu