aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7 from Gabriel439/generalizeMichael Thompson2014-02-161-3/+3
|\ | | | | Changed some `Producer`s to `Producer'`s
| * Changed some `Producer`s to `Producer'`sGabriel Gonzalez2014-02-151-3/+3
| |
* | Simplified `Codec` type synonymGabriel Gonzalez2014-02-151-4/+6
|/ | | | This implements it in terms of `Lens'` to make it more clear what is going on
* improve documentation Pipes.Text.IOmichaelt2014-02-151-11/+43
|
* clean up exports in Pipes.Text.Encodingmichaelt2014-02-151-10/+9
|
* clean up exports in Pipes.Textmichaelt2014-02-151-62/+19
|
* simplify importsmichaelt2014-02-152-31/+9
|
* use new text-stream-decodingmichaelt2014-02-156-612/+335
|
* left codec modulemichaelt2014-02-121-215/+0
|
* Fixed `scan`Gabriel Gonzalez2014-02-071-2/+4
| | | | | | | | The first `Char` of each output chunk is redundant (since it would have been emitted by the previous chunk). This removes the duplicate `Char`s. Note that this bug was present in `pipes-bytestring` as well, and I fixed it there, too.
* Merge pull request #3 from Gabriel439/nocppMichael Thompson2014-02-051-4/+2
|\ | | | | | | Removed use of CPP to guard Trustworthy
| * Removed use of CPP to guard TrustworthyGabriel Gonzalez2014-02-061-5/+3
| | | | | | | | | | | | | | | | The CPP guard is only required for GHC 7.2 and older, but even Debian stable packs GHC 7.4. Also, CPP currently causes problems on OSX because of the transition to clang so I'm currently being very conservative about using it. When I originally started using the CPP guards GHC 6.12 was still a supported compiler for `pipes`, but it's not any longer.
* | Replaced the word "proxies" with "pipes"Gabriel Gonzalez2014-02-061-3/+3
|/ | | | | Generally `pipes` documentation avoids the word proxy unless it's in a bidirectional context.
* gitignore os x nonsensemichaelt2014-02-051-1/+5
|
* rearranged internal modules to placate haddockmichaelt2014-02-053-31/+24
|
* scrapped stdinLn etc. Improved haddocksmichaelt2014-02-051-74/+29
|
* little Haddock notes on Internal materialmichaelt2014-02-052-11/+18
|
* special Internal modulemichaelt2014-02-042-152/+20
|
* moved internalsmichaelt2014-02-043-2/+365
|
* finished draft of codec lens, ascii and iso8859 are not codecs, so they are ↵michaelt2014-02-042-80/+142
| | | | given special functions
* moved enumerator/conduit Codec business to its own modulemichaelt2014-02-043-227/+254
|
* pipes-group does not export transFreeT, use maps like pipes-bytestringmichaelt2014-01-301-6/+4
|
* pipes-group alreadymichaelt2014-01-261-39/+41
|
* stripStart missed a bitmichaelt2014-01-261-3/+4
|
* mirroring Pipes.ByteString completemichaelt2014-01-262-186/+84
|
* lensification under waymichaelt2014-01-262-74/+201
|
* reformatted exports fwiwmichaelt2014-01-251-77/+100
|
* renamed fold foldChars and began updating documentationmichaelt2014-01-253-57/+299
|
* Use clunky Data.Text.IO when bytestring is not explicitmichaelt2014-01-142-53/+110
|
* repaired tests, clean encodeUtf8 to return Done r rather than yield B.empty ↵michaelt2013-12-261-6/+9
| | | | >> Done r when decoding was perfect
* missing case in decodeUtf8michaelt2013-12-261-10/+12
|
* scrap character replacement; simplifymichaelt2013-12-252-158/+56
|
* variant using text internals in place of text streamDecodeUtf8michaelt2013-12-232-77/+216
|
* fromHandle further optimizedmichaelt2013-11-261-3/+7
|
* scrap Text.hGetChunk for bytestring + streamDecodeUtf8, which is three times ↵michaelt2013-11-261-1/+12
| | | | as fast
* prophylactic RULEs for Pipes.mapsmichaelt2013-11-251-3/+37
|
* rules for following pipes-bytestringmichaelt2013-11-201-1/+7
|
* Gabriel's emended 'lines'michaelt2013-11-181-6/+5
|
* Gabriel's improved 'words'michaelt2013-11-181-18/+10
|
* decoding pipes addedmichaelt2013-11-081-1/+29
|
* decodeUtf8Withmichaelt2013-10-301-17/+30
|
* wordsmichaelt2013-10-301-13/+17
|
* forgot to export some pipesmichaelt2013-10-231-0/+3
|
* haddock repairsmichaelt2013-10-222-19/+15
|
* Readme correctedmichaelt2013-10-221-7/+7
|
* new module namesmichaelt2013-10-222-0/+995