packages feed

monad-unlift-0.2.0: monad-unlift.cabal

name:                monad-unlift
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.Unlift
  build-depends:       base >= 4.6 && < 5
                     , monad-control >= 1.0 && < 1.1
                     , transformers
                     , transformers-base
                     , constraints
  default-language:    Haskell2010

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