name: reflex-time version: 0 synopsis: Support for working with time in reflex networks. description: Events for working with time in 'reflex', and support functions including access to, gating on, and triggering at. homepage: https://oss.xkcd.com/ license: BSD3 license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: Copyright (C) 2018 davean category: System, FRP build-type: Simple extra-source-files: CHANGELOG.md cabal-version: 2.0 source-repository head type: git location: https://code.xkrd.net/AlON/reflex-time.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Reflex.Time.UTCTime build-depends: base >=4.12 && <4.13 , delay , dependent-sum , equeue , mtl , reflex , time test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs default-language: Haskell2010 ghc-options: -rtsopts -with-rtsopts=-T build-depends: base >=4.12 && <4.13 , delay , dependent-sum , equeue , mtl , reflex , reflex-test , reflex-time , tasty ^>= 1.1 , tasty-hunit ^>= 0.10 , text , time