async-timer-0.1.4.1: async-timer.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 591c3b4ee57f39cdee5778c4cedee60c71f1a62a5f5a1143919d71f77f00e0ac
name: async-timer
version: 0.1.4.1
synopsis: Provides API for timer based execution of IO actions
description: This is a lightweight package built on top of the async package
providing easy to use periodic timers. This can be used for executing
IO actions periodically.
category: Concurrency
homepage: https://github.com/mtesseract/async-timer#readme
bug-reports: https://github.com/mtesseract/async-timer/issues
author: Moritz Clasmeier
maintainer: mtesseract@silverratio.net
copyright: (c) 2016-2018 Moritz Clasmeier
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/mtesseract/async-timer
library
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-type-defaults
build-depends:
base >=4.9.1.0 && <5
, lifted-async >=0.9.1.1 && <0.11
, lifted-base >=0.2.3.11 && <0.3
, monad-control >=1.0.1.0 && <1.1
, safe-exceptions >=0.1.5.0 && <0.2
, transformers-base >=0.4.4 && <0.5
exposed-modules:
Control.Concurrent.Async.Timer
Control.Concurrent.Async.Timer.Unsafe
other-modules:
Control.Concurrent.Async.Timer.Internal
Paths_async_timer
default-language: Haskell2010
test-suite async-timer-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, async-timer
, base
, containers
, criterion
, lifted-async
, test-framework
, test-framework-hunit
other-modules:
Paths_async_timer
default-language: Haskell2010