haskell-iospec 0.3.1.1-3 source package in Ubuntu

Changelog

haskell-iospec (0.3.1.1-3) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Tue, 19 Jul 2022 11:10:08 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-iospec_0.3.1.1-3.dsc 2.4 KiB 6672a0105ceef39ab1768fb673758905dc9281cbe9fa90985ccbef3c4f4c4356
haskell-iospec_0.3.1.1.orig.tar.gz 16.1 KiB 345c14a6f24b526cdf10a51b808c43305b9d03dad8a3902bd1c0922aad3ccef0
haskell-iospec_0.3.1.1-3.debian.tar.xz 3.4 KiB 6df97b0a32bffdb663375f67dd48872f0b5c8f16aaf9fc91596e2a19a7a01341

No changes file available.

Binary packages built by this source

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

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

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

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

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.