name: timers-tick version: 0.5.0.4 x-revision: 1 synopsis: tick based timers description: Tick-based timers and utilities, for games and discrete-time programs. Includes types and functions to work with sequence-based resources (e.g. animations, frames). license: BSD3 license-file: LICENSE author: Francesco Ariis homepage: http://www.ariis.it/static/articles/libraries/page.html#timers-tick maintainer: fa-ml@ariis.it copyright: © 2018-2021 Francesco Ariis category: Control build-type: Simple extra-source-files: README, CHANGES cabal-version: >=1.10 flag developer description: developer mode - warnings let compilation fail manual: True default: False library default-language: Haskell2010 exposed-modules: Control.Timer.Tick build-depends: base == 4.* hs-source-dirs: src test-suite test default-language: Haskell2010 if flag(developer) ghc-options: -Wall -Werror else ghc-options: -Wall HS-Source-Dirs: test, src main-is: Tests.hs build-depends: base == 4.* , hspec >= 2.5 && < 2.12 , QuickCheck >=2.14 && <2.16 other-modules: Control.Timer.Tick, Control.Timer.TickSpec type: exitcode-stdio-1.0 source-repository head type: git location: http://www.ariis.it/static/repos/stagit/timers-tick/