haskell-managed 1.0.9-1build3 source package in Ubuntu

Changelog

haskell-managed (1.0.9-1build3) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Dec 2022 14:11:58 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-managed_1.0.9.orig.tar.gz 5.0 KiB 4d476da3b6e7a14220f2e3a764e5d43bf339e89a3dc46a7bdfdeb3856a54a86f
haskell-managed_1.0.9-1build3.debian.tar.xz 2.5 KiB 7c850381127a4a424a5edfcbe201ff6139f4209216ff3da049c3a8295f3db464
haskell-managed_1.0.9-1build3.dsc 2.1 KiB 70404e555bc42516795a5cadae6f46b6b5af9b2f8b514d5bd2557461b185ec37

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.