./devel/hs-resourcet, Deterministic allocation and freeing of scarce resources

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0nb3, Package name: hs-resourcet-1.3.0nb3, Maintainer: szptvlfn

A full tutorial is available at
https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet.

This package was originally included with the conduit package, but has
existed as a separate package for quite a while. It is fully usable outside
of conduit.


Required to run:
[devel/hs-exceptions] [devel/hs-primitive] [devel/hs-unliftio-core] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 17.207 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 17:04:33 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-resourcet: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 15:38:09 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-resourcet: Update to 1.3.0

1.3.0
* Include the exception in ReleaseTypes indicating exceptional exit.
* Only backwards-incompatible in code relying on instances of ReleaseType
  other than Show, or constructing ReleaseException directly.

1.2.6
* Add allocateU #490

1.2.5
* Support transformers-0.6 / mtl-2.3
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:25:31 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to resourcet-1.2.4.3

1.2.4.3
    Fix a space leak when using forever with ResourceT. #470
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC