name: monad-unlift-ref
version: 0.2.1
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: FP Complete
maintainer: michael@fpcomplete.com
homepage: https://github.com/fpco/monad-unlift
synopsis: Typeclasses for representing monad transformer unlifting
description:
See README.md
category: Control
author: Michael Snoyman
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/fpco/monad-unlift.git
library
exposed-modules:
Control.Monad.Trans.State.Ref
Control.Monad.Trans.Writer.Ref
Control.Monad.Trans.RWS.Ref
build-depends:
base >=4.6 && <5,
monad-control ==1.0.*,
monad-unlift ==0.2.*,
transformers -any,
mtl -any,
transformers-base -any,
mutable-containers ==0.3.*,
exceptions >=0.6,
stm -any,
constraints -any,
resourcet -any
default-language: Haskell2010