haskell-managed 1.0.10-1build1 source package in Ubuntu

Changelog

haskell-managed (1.0.10-1build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:27:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-managed_1.0.10.orig.tar.gz 5.1 KiB 3a22ca9d50c1efc2725ca244d60df0a79118119bef1aa2128589d93bbf99f759
haskell-managed_1.0.10-1build1.debian.tar.xz 2.4 KiB 9a1d969aee0987177033b99477422dae4bd1da5d9af87c391d9389c7f0851379
haskell-managed_1.0.10-1build1.dsc 2.0 KiB 5265520f35651f13369e75eec98b5bbbec97a1c87e1165645b6afe36d99116a4

View changes file

Binary packages built by this source

libghc-managed-dev: monad for managed values

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-managed-doc: monad for managed values; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.