name: trans-fx-io version: 0.0.1 synopsis: Monadic effect framework description: Please see the README on GitHub at category: Effects homepage: https://github.com/nbloomf/trans-fx#readme bug-reports: https://github.com/nbloomf/trans-fx/issues author: Nathan Bloomfield maintainer: nbloomf@gmail.com copyright: Automattic, Inc license: BSD3 license-file: LICENSE build-type: Simple cabal-version: 1.12 extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/nbloomf/trans-fx/trans-fx-io library default-language: Haskell2010 hs-source-dirs: src build-depends: base >=4.7 && <5 , trans-fx-core , trans-fx-data , time >=1.8.0.2 exposed-modules: Control.FX.IO other-modules: Control.FX.Monad.Trans.Trans.IO.Class , Control.FX.Monad.Trans.Trans.IO.TeletypeTT , Control.FX.Monad.Trans.Trans.IO.SystemClockTT test-suite trans-fx-io-test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , trans-fx-core , trans-fx-io , time >=1.8.0.2