haskell-stateref 0.3-10 source package in Ubuntu

Changelog

haskell-stateref (0.3-10) unstable; urgency=medium

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

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:47 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-stateref_0.3-10.dsc 2.3 KiB 433722d0514043f1328c38389f475290b896e94e844dff7f40dc397863205095
haskell-stateref_0.3.orig.tar.gz 7.0 KiB 7dd390aab346ca877cde1217d5b62145cdfa6f9390e3b7a53c9296229ee1b741
haskell-stateref_0.3-10.debian.tar.xz 2.7 KiB b40aa8ee694eeecd24ff107e4660f575b82c3517a8bd2b57b67b278135672089

Available diffs

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-stateref-prof: abstraction for things that work like IORef; profiling libraries

 A collection of type-classes generalizing the read/write/modify
 operations for stateful variables provided by things like IORef,
 TVar, &c. Note that The interface has changed a bit from the 0.2.*
 version. "*Ref" functions are now called "*Reference" and new "*Ref"
 function exist with simpler signatures. The new Ref existential type
 provides a convenient monad-indexed reference type, and the HasRef
 class indicates monads for which there is a default reference type
 for every referent.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.