Source: haskell-resourcet Maintainer: Debian Haskell Group Uploaders: Clint Adams Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: cdbs, debhelper (>= 10), ghc (>= 8.4.3), ghc-prof, haskell-devscripts (>= 0.13), libghc-exceptions-dev, libghc-exceptions-prof, libghc-primitive-dev, libghc-primitive-prof, libghc-unliftio-core-dev (>= 0.1.1.0), libghc-unliftio-core-prof, libghc-hspec-dev (>= 1.3), Build-Depends-Indep: ghc-doc, libghc-exceptions-doc, libghc-primitive-doc, libghc-unliftio-core-doc, Standards-Version: 4.6.1 Homepage: http://github.com/snoyberg/conduit Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-resourcet Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-resourcet] Package: libghc-resourcet-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb} Control.Monad.Trans.Resource allocates resources which are guaranteed to be released. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed. . ${haskell:Blurb} Package: libghc-resourcet-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb} Control.Monad.Trans.Resource allocates resources which are guaranteed to be released. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed. . ${haskell:Blurb} Package: libghc-resourcet-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb} Control.Monad.Trans.Resource allocates resources which are guaranteed to be released. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed. . ${haskell:Blurb}