pipes-text 0.0.0.2 → 0.0.0.3
raw patch · 2 files changed
+16/−2 lines, 2 files
Files
- changelog +14/−0
- pipes-text.cabal +2/−2
+ changelog view
@@ -0,0 +1,14 @@+ # Version 0.0.0.3+ + * Actually added changelog++ # Version 0.0.0.2++ * Omit `stdinLn` as likely to be dangerous through misunderstanding.+++ # Version 0.0.0.1++ * Rearrange order of 'Internal' materials.++
pipes-text.cabal view
@@ -1,5 +1,5 @@ name: pipes-text-version: 0.0.0.2+version: 0.0.0.3 synopsis: Text pipes. description: Many of the pipes and other operations defined here mirror those in the `pipes-bytestring` library. Folds like `length` and grouping @@ -31,7 +31,7 @@ build-type: Simple cabal-version: >=1.10 -extra-source-files: README.md include/*.h+extra-source-files: README.md include/*.h changelog source-repository head type: git location: https://github.com/michaelt/text-pipes