cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d473f17f192a10973b62a1a08d23b0e2f3ee71dfefc7ec8139cd7c89ce69bd2f
name: monad-resumption
version: 0.1.4.0
synopsis: Resumption and reactive resumption monads for Haskell.
description: This package contains the definitions of Resumption and Reactive Resumption Monads.
category: Control
homepage: https://github.com/igraves/monad-resumption#readme
bug-reports: https://github.com/igraves/monad-resumption/issues
author: Ian Graves, Adam Procter
maintainer: Ian Graves <thegravian@gmail.com>
copyright: 2019 Ian Graves
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/igraves/monad-resumption
library
exposed-modules:
Control.Monad.Resumption
Control.Monad.Resumption.Reactive
Control.Monad.Resumption.Connectors
other-modules:
Paths_monad_resumption
build-depends:
base >=4.6 && <5
, mmorph
, mtl
, transformers
default-language: Haskell2010