Cabal revisions of timer-wheel-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: timer-wheel version: 0.1.0+x-revision: 1 category: Data description: This library provides a timer wheel data structure for license: BSD3 license-file: LICENSE build-type: Simple-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3+tested-with:+ GHC == 8.0.2+ , GHC == 8.2.2+ , GHC == 8.4.3+ , GHC == 8.6.1 extra-source-files: .travis.yml library build-depends: atomic-primops ^>= 0.8- , base ^>= 4.9 || ^>= 4.10 || ^>= 4.11+ , base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 , ghc-prim ^>= 0.5 , primitive ^>= 0.6 , psqueues ^>= 0.2.7