packages feed

pipe-enumerator 0.3.0.1 → 0.3.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

pipe-enumerator.cabal view
@@ -1,5 +1,5 @@ name:           pipe-enumerator-version:        0.3.0.1+version:        0.3.0.2 synopsis:       A bidirectional bridge between pipes and iteratees homepage:       https://github.com/zadarnowski/pipe-enumerator category:       Control, Pipes@@ -35,12 +35,12 @@ source-repository this   type:         git   location:     https://github.com/zadarnowski/pipe-enumerator.git-  tag:          0.3.0.1+  tag:          0.3.0.2  library   hs-source-dirs:   src   default-language: Haskell2010-  ghc-options:      -Wall -fno-warn-unused-do-bind -fno-warn-unused-binds+  ghc-options:      -Wall -fno-warn-unused-do-bind -fno-warn-missing-signatures    exposed-modules:     Pipes.Enumerator