packages feed

monad-unlift-ref-0.2.0: monad-unlift-ref.cabal

name:                monad-unlift-ref
version:             0.2.0
synopsis:            Typeclasses for representing monad transformer unlifting
description:         See README.md
homepage:            https://github.com/fpco/monad-unlift
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@fpcomplete.com
copyright:           FP Complete
category:            Control
build-type:          Simple
extra-source-files:  README.md ChangeLog.md
cabal-version:       >=1.10

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 && < 1.1
                     , monad-unlift >= 0.2 && < 0.3
                     , transformers
                     , mtl
                     , transformers-base
                     , mutable-containers >= 0.3 && < 0.4
                     , exceptions >= 0.6
                     , stm
                     , constraints
                     , resourcet
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/fpco/monad-unlift.git