packages feed

Cabal revisions of timer-wheel-0.3.0

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

revision 1
  name: timer-wheel version: 0.3.0+x-revision: 1 category: Data description:   This library provides a timer wheel data structure for library   build-depends:     atomic-primops ^>= 0.8,-    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14,+    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15,     psqueues ^>= 0.2.7,     vector ^>= 0.10 || ^>= 0.11 || ^>= 0.12 
revision 2
  name: timer-wheel version: 0.3.0-x-revision: 1+x-revision: 2 category: Data description:   This library provides a timer wheel data structure for library   build-depends:     atomic-primops ^>= 0.8,-    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15,+    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16,     psqueues ^>= 0.2.7,     vector ^>= 0.10 || ^>= 0.11 || ^>= 0.12 
revision 3
  name: timer-wheel version: 0.3.0-x-revision: 2+x-revision: 3 category: Data description:   This library provides a timer wheel data structure for license: BSD3 license-file: LICENSE build-type: Simple+tested-with: GHC ==8.10.7, GHC ==9.0.2, GHC ==9.2.1  extra-source-files:   CHANGELOG.md library   build-depends:     atomic-primops ^>= 0.8,-    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16,+    base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,     psqueues ^>= 0.2.7,-    vector ^>= 0.10 || ^>= 0.11 || ^>= 0.12+    vector ^>= 0.10 || ^>= 0.11 || ^>= 0.12 || ^>= 0.13    default-extensions:     BlockArguments