-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: write-buffer-stm version: 0.1.0.0 synopsis: A write buffer for STM channels and queues. description: See README.md category: Web homepage: https://github.com/parsonsmatt/write-buffer#readme author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2017 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library hs-source-dirs: src build-depends: base >= 4.7 && < 5 , write-buffer-core , stm , stm-chans exposed-modules: Main WriteBuffer.STM.TBMQueue default-language: Haskell2010