safe-freeze-0.0: safe-freeze.cabal
Name: safe-freeze
Version: 0.0
Synopsis: Support for safely freezing multiple arrays in the ST monad.
License: BSD3
Author: Reiner Pope <reiner.pope@gmail.com>
Maintainer: Reiner Pope <reiner.pope@gmail.com>
Stability: experimental
Description:
Support for safely freezing multiple arrays in the ST
monad. Developed in
<http://reinerp.wordpress.com/2009/09/18/making-runstarray-more-flexible/>.
.
The new monad is defined in Control.Monad.ST.Freeze. An example
of its use is given in Data.Array.Vector.STFreeze. The modules
Data.Array.Vector.STFreeze and Data.STRef.Freeze are reexports of
Data.Array.Vector and Data.STRef but lifted to the new ST monad.
Category: Data
Tested-with:
Cabal-Version: >= 1.6
Build-type: Simple
Library
Exposed-Modules: Control.Monad.ST.Freeze
Data.STRef.Freeze
Data.Array.Vector.STFreeze
Other-Modules:
Extensions: EmptyDataDecls, Rank2Types, KindSignatures, FlexibleInstances, TypeOperators
Build-Depends: base<4.2, category-extras>=0.44.4 && <0.54, transformers<0.2, uvector>=0.1.0.4 && <0.2