name: heartbeat-streams
version: 0.1.0.2
synopsis: Heartbeats for io-streams
License: BSD3
license-file: LICENSE
author: Matthew Wraith
maintainer: matt@bitnomial.com, opensource@bitnomial.com
copyright: Bitnomial, Inc. (c) 2016
category: IO-Streams, Concurrency
build-type: Simple
cabal-version: >=1.10
homepage: https://github.com/bitnomial/heartbeat-streams
bug-reports: https://github.com/bitnomial/heartbeat-streams/issues
source-repository head
type: git
location: git://github.com/bitnomial/heartbeat-streams.git
library
hs-source-dirs: src/lib
default-language: Haskell2010
ghc-options:
-Wall -fwarn-tabs -fno-warn-unused-do-bind
-funbox-strict-fields -O2
exposed-modules: System.IO.Streams.Heartbeat
build-depends: async >= 2.0 && < 2.3
, base >= 4.8 && < 4.14
, io-streams >= 1.1 && < 1.6
, time >= 1.4 && < 1.10