packages feed

stm-conduit 2.0.0 → 2.1.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~stm-chans

Dependency ranges changed: stm-chans

Files

stm-conduit.cabal view
@@ -1,5 +1,5 @@ Name:                stm-conduit-Version:             2.0.0+Version:             2.1.0 Synopsis:            Introduces conduits to channels, and promotes using                      conduits concurrently. Description:         Provides two simple conduit wrappers around STM@@ -24,7 +24,7 @@         base         == 4.*       , transformers >= 0.2 && <= 0.4       , stm          == 2.4.*-      , stm-chans    == 2.0.*+      , stm-chans    >= 2.0 && < 3.1       , conduit      == 1.0.*       , resourcet    >= 0.3 && < 0.5 @@ -48,7 +48,7 @@       , stm-conduit       , conduit       , transformers-      , stm-chans == 2.0.*+      , stm-chans    source-repository head     type:     git