packages feed

monad-resumption-0.1.1.0: monad-resumption.cabal

-- Initial resumption_monads.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                monad-resumption
version:             0.1.1.0
synopsis:            Resumption and reactive resumption monads for Haskell.
description:         This package contains the definitions of Resumption and Reactive Resumption Monads.  
                     These monads can be used to construct structures such as coroutines and iteratees.
homepage:            https://github.com/igraves/resumption_monads
license:             BSD3
license-file:        LICENSE
author:              Ian Graves, Adam Procter
maintainer:          Ian Graves <thegravian@gmail.com>
-- copyright:           
category:            Control
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
source-repository head
  type: git
  location: https://github.com/igraves/monad-resumption.git

library
   exposed-modules:     
    Control.Monad.Resumption
    Control.Monad.Resumption.Reactive
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7, transformers, mtl
  -- hs-source-dirs:      
  default-language:    Haskell2010