Name: monad-stlike-io Version: 0.2.2 Cabal-Version: >= 1.6 Build-Type: Simple Synopsis: ST-like monad capturing variables to regions and supporting IO. Description: ST-like monad capturing variables to regions and supporting IO. License: BSD3 License-file: COPYING Copyright: Taru Karttunen Author: Taru Karttunen Category: Monadic Regions, Monads Maintainer: taruti@taruti.net Homepage: http://github.com/taruti/monad-stlike-io Source-repository head type: git location: http://github.com/taruti/monad-stlike-io.git Library Build-Depends: base >= 4 && < 5, bytestring, containers, deepseq, monads-tf Exposed-modules: Control.Monad.STLike.IO, Control.Monad.STLike.Unsafe Other-modules: Control.Monad.STLike.Internal Extensions: RankNTypes, FlexibleInstances, TypeOperators, EmptyDataDecls, MultiParamTypeClasses, FunctionalDependencies, FlexibleContexts, UndecidableInstances, OverlappingInstances, KindSignatures GHC-Options: -Wall