stm-conduit 0.4.2 → 0.4.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~resourcet
Dependency ranges changed: resourcet
Files
- stm-conduit.cabal +2/−2
stm-conduit.cabal view
@@ -1,5 +1,5 @@ Name: stm-conduit-Version: 0.4.2+Version: 0.4.3 Synopsis: Introduces conduits to channels, and promotes using conduits concurrently. Description: Provides two simple conduit wrappers around STM@@ -25,7 +25,7 @@ , stm == 2.4.* , stm-chans == 1.3.* , conduit == 0.5.*- , resourcet == 0.3.*+ , resourcet >= 0.3 && < 0.5 ghc-options: -Wall -fwarn-tabs -fwarn-unused-imports