packages feed

stm-queue-extras 0.2.0.0 → 0.2.0.0.1

raw patch · 1 files changed

+3/−4 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

stm-queue-extras.cabal view
@@ -7,11 +7,10 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.2.0.0-x-revision: 1+version:             0.2.0.0.1 --- A short (one-line) description of the package. synopsis:            Extra queue utilities for STM+description:         Granular signatures for STM queues license:             Apache-2.0 license-file:        LICENSE author:              Jon Sterling@@ -29,7 +28,7 @@   exposed-modules:     Control.Concurrent.STM.Queue,                        Control.Concurrent.STM.BoundedQueue                        Control.Concurrent.STM.CloseableQueue-  build-depends:       base >=4.7 && <4.8,+  build-depends:       base >=4.7 && <5.0,                        stm >= 2.4.3,                        stm-chans >= 3.0.0.2   hs-source-dirs:      src