forkable-monad-0.2.0.0: forkable-monad.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 057d84219a4fe2319349d86c810abcc4dbf468e73a7b75754711cf197639f552
name: forkable-monad
version: 0.2.0.0
synopsis: An implementation of forkIO for monad stacks.
description: < This module defines a more generic version of Control.Concurrent's forkIO, which can directly run some complex monadic actions as well as plain IO actions.
homepage: https://github.com/https://www.github.com/System-Indystress/ForkableMonad#readme
bug-reports: https://github.com/https://www.github.com/System-Indystress/ForkableMonad/issues
author: David Anderson
maintainer: matt.p.ahrens@gmail.com
copyright: Google 2010; SID.run 2018
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/https://www.github.com/System-Indystress/ForkableMonad
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, transformers >=0.2.2
exposed-modules:
Control.Concurrent.Forkable
other-modules:
Paths_forkable_monad
default-language: Haskell2010