name: monadIO version: 0.11.1.0 synopsis: Overloading of concurrency variables description: MonadIO provides for many IO operations to be overloaded over other IO-like monads. category: Concurrency license: BSD3 license-file: LICENSE author: John Launchbury maintainer: Thomas M. DuBuisson Copyright: (c) 2008-2018, Galois, Inc. cabal-version: >= 1.6.0 build-type: Simple Library Build-Depends: base >= 4.2.0.0 && < 5.0, stm >= 2.5.0.0, mtl >= 2.0.1.0 Exposed-modules: Control.Concurrent.MonadIO Control.Concurrent.STM.MonadIO Control.Concurrent.StdInOut Data.IORef.MonadIO Hs-Source-Dirs: src Ghc-Options: -Wall source-repository head type: git location: https://github.com/GaloisInc/monadIO