packages feed

pipes-interleave 0.1 → 0.2

raw patch · 1 files changed

+8/−4 lines, 1 filesdep ~basedep ~pipes

Dependency ranges changed: base, pipes

Files

pipes-interleave.cabal view
@@ -1,5 +1,5 @@ name:                pipes-interleave-version:             0.1+version:             0.2 synopsis:            Interleave and merge streams of elements description:         Interleave and merge streams of elements homepage:            http://github.com/bgamari/pipes-interleave@@ -7,14 +7,18 @@ license-file:        LICENSE author:              Ben Gamari maintainer:          bgamari.foss@gmail.com--- copyright:           +copyright:           (c) 2013 Ben Gamari category:            Data build-type:          Simple cabal-version:       >=1.10 +source-repository head+  type:                git+  location:            git://github.com/bgamari/pipes-interleave.git+ library   exposed-modules:     Pipes.Interleave-  build-depends:       base >=4.6 && <4.7,+  build-depends:       base >=4.6 && <4.8,                        containers >=0.5 && < 0.6,-                       pipes >=4.0 && <4.1+                       pipes >=4.0 && <4.2   default-language:    Haskell2010