alarmclock-0.5.0.2: alarmclock.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8d07c55bfbba37064e7a34b1ddfaeb436a9c8a9c2335f1bb78be9cb1827d6d37
name: alarmclock
version: 0.5.0.2
synopsis: Wake up and perform an action at a certain time.
description: Please see the README on Bitbucket at <https://bitbucket.org/davecturner/alarmclock#readme>
category: Concurrency
homepage: https://bitbucket.org/davecturner/alarmclock
author: David Turner
maintainer: dave.c.turner@gmail.com
copyright: 2014-2018 David Turner
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src
build-depends:
async
, base >=4.8 && <4.12
, clock
, stm
, time
, unbounded-delays
exposed-modules:
Control.Concurrent.AlarmClock
Control.Concurrent.AlarmClock.TimeScale
other-modules:
Paths_alarmclock
default-language: Haskell2010
test-suite alarmclock-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
alarmclock
, async
, base >=4.8 && <4.12
, clock
, hspec
, stm
, time
, unbounded-delays
other-modules:
Paths_alarmclock
default-language: Haskell2010