haskell-stmonadtrans 0.4.6-1 source package in Ubuntu

Changelog

haskell-stmonadtrans (0.4.6-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Sat, 02 Jul 2022 15:22:24 -0400

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-stmonadtrans_0.4.6-1.dsc 2.3 KiB aeba34d09507e6f01d3309c1c7ded032809ee0aa345c85b93373fbc6073220e1
haskell-stmonadtrans_0.4.6.orig.tar.gz 7.0 KiB cb7a9af72af10ca56a3ce43ed775c9c1c8e1faf159c77f570cc07c0e21807067
haskell-stmonadtrans_0.4.6-1.debian.tar.xz 3.1 KiB 6fee4e225652c39a64b3be6a347c53495f22a47ea8596bcc12b789bc400d0c32

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-stmonadtrans-prof: monad transformer version of the ST monad; profiling libraries

 This package provides a monad transformer version of the ST monad.
 .
 Warning! This monad transformer should not be used with monads that can
 contain multiple answers, like the list monad. The reason is that the will be
 duplicated across the different answers and this cause Bad Things to happen
 (such as loss of referential transparency). Safe monads include the monads
 State, Reader, Writer, Maybe and combinations of their corresponding monad
 transformers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.