pipes-interleave 0.2 → 0.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- pipes-interleave.cabal +2/−2
pipes-interleave.cabal view
@@ -1,5 +1,5 @@ name: pipes-interleave-version: 0.2+version: 0.2.1 synopsis: Interleave and merge streams of elements description: Interleave and merge streams of elements homepage: http://github.com/bgamari/pipes-interleave@@ -18,7 +18,7 @@ library exposed-modules: Pipes.Interleave- build-depends: base >=4.6 && <4.8,+ build-depends: base >=4.6 && <4.9, containers >=0.5 && < 0.6, pipes >=4.0 && <4.2 default-language: Haskell2010