packages feed

pipes-lines 1.0.0.0 → 1.0.1

raw patch · 1 files changed

+9/−5 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

pipes-lines.cabal view
@@ -1,15 +1,19 @@ name:                pipes-lines-version:             1.0.0.0-synopsis:            pipes-group like functions for lines delimited by \r\n-description:         These are utility functions that were omitted from pipes-bytestring and pipes-text for grouping or splitting lines by \r\n.+version:             1.0.1+synopsis:            Pipes for grouping by lines with carriage returns.+description:+  `pipes-lens` contains utility functions for splitting lines that involve carriage returns aka lines ending in \\r\\n+  .+  These are utility functions that were omitted from pipes-bytestring and pipes-text homepage:            https://github.com/mindreader/pipes-lines license:             BSD3 license-file:        LICENSE author:              David McHealy maintainer:          david.mchealy@gmail.com-copyright:           2017 Author name here-category:            Web+copyright:           2017 David McHealy+category:            Pipes, Control build-type:          Simple+bug-reports:         https://github.com/mindreader/pipes-lines/issues -- extra-source-files:  README.md cabal-version:       >=1.10