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

Last updated: May 17,2024

1. Install "libghc-iospec-prof" package

Learn how to install libghc-iospec-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-iospec-prof" package

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

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

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

Package: libghc-iospec-prof
Priority: extra
Section: universe/haskell
Installed-Size: 511
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-iospec
Version: 0.3-2
Provides: libghc-iospec-prof-0.3-df9bd
Depends: libghc-iospec-dev (= 0.3-2), libghc-quickcheck-prof-2.8.1-3b4e5, libghc-stream-prof-0.4.7.2-50ca5, libghc-base-prof-4.8.2.0-0d6d1, libghc-mtl-prof-2.2.1-3af90
Filename: pool/universe/h/haskell-iospec/libghc-iospec-prof_0.3-2_amd64.deb
Size: 59000
MD5sum: 9e37c5917953e0d49034651341b79c74
SHA1: 08bf6c643953d3d62c248de5b995c5c6cf55d044
SHA256: e416a4c9a11f522640031f348f1b5fae2055d12b3c20e9dd3a4c14a96ab740bc
Description-en: Pure specification of the IO monad; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 0ef330bf1557a8da1eeaef6c47fe6fdd
Homepage: http://hackage.haskell.org/package/IOSpec
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu