-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d746d6a6da591ee47cf9107e29d62627d0aeee09f3fe8c95ef8c1d2e5d79d4e3
name: concurrent-batch
version: 0.1.0.0
synopsis: Concurrent batching queue based on STM with timeout.
description: Please see the README on GitHub at <https://github.com/harporoeder/concurrent-batch#readme>
category: Data
homepage: https://github.com/harporoeder/concurrent-batch#readme
bug-reports: https://github.com/harporoeder/concurrent-batch/issues
author: Harpo Roeder
maintainer: roederharpo@protonmail.ch
copyright: 2018 Harpo Roeder
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/harporoeder/concurrent-batch
library
exposed-modules:
Control.Concurrent.STM.Batch
other-modules:
Paths_concurrent_batch
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, clock
, stm
default-language: Haskell2010