haskell-iospec 0.3.1.1-2build4 source package in Ubuntu

Changelog

haskell-iospec (0.3.1.1-2build4) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:55:54 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-iospec_0.3.1.1.orig.tar.gz 16.1 KiB 345c14a6f24b526cdf10a51b808c43305b9d03dad8a3902bd1c0922aad3ccef0
haskell-iospec_0.3.1.1-2build4.debian.tar.xz 3.6 KiB 3d7888abbc18b028a84766cc394f1f3094bbf35f29f8da6d31abff395573b984
haskell-iospec_0.3.1.1-2build4.dsc 2.5 KiB 449ea8eb844c102c7c0a9db3cce2a57bdd2e8682ef740f0979a914f187c292a6

Available diffs

View changes file

Binary packages built by this source

libghc-iospec-dev: No summary available for libghc-iospec-dev in ubuntu hirsute.

No description available for libghc-iospec-dev in ubuntu hirsute.

libghc-iospec-doc: No summary available for libghc-iospec-doc in ubuntu hirsute.

No description available for libghc-iospec-doc in ubuntu hirsute.

libghc-iospec-prof: 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.