-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a478fca4b8cad180bc4ff2304e325f65b5bb7d164ea686c9667e2096fe885c9e name: forkable-monad version: 0.2.0.1 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. category: Concurrent 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