haskell-managed 1.0.9-1build1 source package in Ubuntu

Changelog

haskell-managed (1.0.9-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 02:38:12 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
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-managed_1.0.9.orig.tar.gz 5.0 KiB 4d476da3b6e7a14220f2e3a764e5d43bf339e89a3dc46a7bdfdeb3856a54a86f
haskell-managed_1.0.9-1build1.debian.tar.xz 2.4 KiB e85604cb6666d9c19a20ea9fe5c2029b371b82c1452555444c34866e007611d4
haskell-managed_1.0.9-1build1.dsc 2.1 KiB 3cfea37d51e556aa1b928b10b67f8fc1777a6463eba6db9f7ea039817dfb75c0

View changes file

Binary packages built by this source

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

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

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

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

libghc-managed-prof: monad for managed values; profiling libraries

 In Haskell you very often acquire values using the with...
 idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
 Monad, which is a special case of the ContT monad (from transformers) or
 the Codensity monad (from kan-extensions). The main purpose behind this
 package is to provide a restricted form of these monads specialized to this
 unusually common case.
 .
 The reason this package defines a specialized version of these types
 is to:
 .
  * be more beginner-friendly,
  * simplify inferred types and error messages, and:
  * provide some additional type class instances that would otherwise
    be orphan instances
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.