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: 13e68e1ad3386562bc42e2bf7af55114fc1b80e348f2b942e6f24db6186620df name: stm-io-hooks version: 1.1.2 synopsis: Launch your IO-actions from within the STM monad description: Please see the README category: Concurrency author: Peter Robinson maintainer: thaldyron@gmail.com copyright: Peter Robinson 2009-2019, Chris Kuklewicz 2006 license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md library exposed-modules: Control.Concurrent.AdvSTM Control.Concurrent.AdvSTM.TArray Control.Concurrent.AdvSTM.TChan Control.Concurrent.AdvSTM.TMVar Control.Concurrent.AdvSTM.TVar Control.Monad.AdvSTM Control.Monad.AdvSTM.Class Control.Monad.AdvSTM.Def Lib other-modules: Paths_stm_io_hooks hs-source-dirs: src build-depends: array >=0.5.3.0 && <1 , base >=4.7 && <5 , mtl >=2.2.2 && <3 , stm >=2.2 && <3 default-language: Haskell2010