packages feed

Cabal revisions of timer-wheel-1.0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 synopsis: A timer wheel tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.0.1+x-revision: 1  description:   This library provides a timer wheel data structure for registering one-shot or recurring @IO@ actions to fire after a   build-depends:     ki,     random ^>= 1.2,-    tasty-bench ^>= 0.3.5,+    tasty-bench ^>= 0.3.5 || ^>= 0.4,     timer-wheel,   ghc-options: -fproc-alignment=64 -rtsopts -threaded "-with-rtsopts=-N2 -T -A32m"   hs-source-dirs: bench
revision 2
 bug-reports: https://github.com/awkward-squad/timer-wheel/issues build-type: Simple category: Data-copyright: (c) 2018-2024 Mitchell Dalvi Rosen, Travis Staton+copyright: (c) 2018-2025 Mitchell Dalvi Rosen, Travis Staton homepage: https://github.com/awkward-squad/timer-wheel license-file: LICENSE license: BSD-3-Clause synopsis: A timer wheel tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.0.1-x-revision: 1+x-revision: 2  description:   This library provides a timer wheel data structure for registering one-shot or recurring @IO@ actions to fire after a  common component   build-depends:-    base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,+    base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,   default-extensions:     BlockArguments     DeriveAnyClass   import: component   build-depends:     ki,-    random ^>= 1.2,+    random ^>= 1.2 || ^>= 1.3,     timer-wheel,   ghc-options: -threaded -with-rtsopts=-N2   hs-source-dirs: test   import: component   build-depends:     ki,-    random ^>= 1.2,+    random ^>= 1.2 || ^>= 1.3,     tasty-bench ^>= 0.3.5 || ^>= 0.4,     timer-wheel,   ghc-options: -fproc-alignment=64 -rtsopts -threaded "-with-rtsopts=-N2 -T -A32m"