name: pulse version: 0.1.0.0 synopsis: Synchronize actions to a time pulse description: Please see README.md homepage: https://github.com/agrafix/pulse#readme license: MIT license-file: LICENSE author: Alexander Thiemann maintainer: mail@athiemann.net copyright: 2016 Alexander Thiemann category: Concurrency build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Concurrent.Pulse build-depends: base >= 4.7 && < 5 , async >= 2.0 , time >= 1.4 , containers >= 0.5 default-language: Haskell2010 source-repository head type: git location: https://github.com/agrafix/pulse