name: split-tchan version: 0.1.0.0 synopsis: STM's TChan split into sending and receiving halves. description: STM's TChan split into sending and receiving halves. license: BSD3 license-file: LICENSE author: Leon P Smith maintainer: leon@melding-monads.com copyright: category: Concurrency build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Concurrent.STM.TChan.Split Control.Concurrent.STM.TChan.Split.Internal other-modules: Control.Concurrent.STM.TChan.Split.Implementation hs-source-dirs: src build-depends: base == 4.*, stm ghc-options: -Wall -fno-warn-name-shadowing source-repository head type: git location: http://github.com/lpsmith/split-tchan source-repository this type: git location: http://github.com/lpsmith/split-tchan tag: v0.1.0.0