diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-06-26 21:40:43 +0200 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2014-06-26 21:40:43 +0200 |
commit | 2f4a83f82d206217456a035b7e8a1e56c585bfd0 (patch) | |
tree | 1a6882a4eece84bbf187273b81e4a04378da13df /changelog | |
parent | 57454c33c13da1f07101bf096b010b4d2ce97292 (diff) | |
download | text-pipes-2f4a83f82d206217456a035b7e8a1e56c585bfd0.tar.gz text-pipes-2f4a83f82d206217456a035b7e8a1e56c585bfd0.tar.zst text-pipes-2f4a83f82d206217456a035b7e8a1e56c585bfd0.zip |
Bumped bounds for pipes-bytestring. Made types agree with pipes-bytestring where possible. Scrapped Iso and profunctor
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ | |||
1 | # Version 0.0.0.12 | ||
2 | |||
3 | * Opposing lenses for `lines` and `unlines` and `words` and `unwords`. | ||
4 | Brought closer in line with `pipes-bytestring` again. Removed `count`, which | ||
5 | was wrong. Scrapped `Iso` and the `profunctors` dependency. | ||
6 | |||
1 | # Version 0.0.0.11 | 7 | # Version 0.0.0.11 |
2 | 8 | ||
3 | * Updated to use streaming-commons in place of text-stream-decoding. | 9 | * Updated to use streaming-commons in place of text-stream-decoding. |