-- Initial iothread.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: iothread version: 0.1.0.0 synopsis: run IOs in a single thread description: run IOs in a single thread homepage: https://github.com/tattsun/iothread license: MIT license-file: LICENSE author: tattsun maintainer: t.t.mc1192.sf@gmail.com -- copyright: category: Concurrency build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Concurrent.IOThread -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2 -Wall