aboutsummaryrefslogtreecommitdiffhomepage
path: root/Pipes/Text.hs
Commit message (Collapse)AuthorAgeFilesLines
* safe nonsensemichaelt2015-09-111-1/+1
|
* travisymichaelt2015-09-111-1/+1
|
* travis againmichaelt2015-09-111-5/+10
|
* detritusmichaelt2015-09-111-4/+2
|
* wibble examplesmichaelt2015-05-031-1/+1
|
* documentationmichaelt2015-04-301-1/+1
|
* travismichaelt2014-11-111-2/+2
|
* travismichaelt2014-11-111-2/+21
|
* tutorial etcmichaelt2014-11-081-286/+5
|
* Bumped bounds for pipes-bytestring. Made types agree with pipes-bytestring ↵michaelt2014-06-261-271/+238
| | | | where possible. Scrapped Iso and profunctor
* omit >->/map rulesmichaelt2014-06-261-53/+14
|
* Revert "started generalizing lenses"michaelt2014-06-231-73/+43
| | | | This reverts commit c3c19f9b4f0564f3fae39a18555f6cfb322ee7c9.
* started generalizing lensesmichaelt2014-06-151-43/+73
|
* more attempts to make haddock/hackage happymichaelt2014-06-091-23/+23
|
* brilliant insight into haddock markupmichaelt2014-03-041-17/+32
|
* documentation nonsensemichaelt2014-03-011-8/+13
|
* Pipes.Text documentation approaching tutorial lengthmichaelt2014-02-251-27/+125
|
* finished somewhat wordy documentation for Pipes.Textmichaelt2014-02-211-106/+169
|
* generalized signaturesmichaelt2014-02-191-2/+2
|
* more catatonia-inducing documentationmichaelt2014-02-181-38/+53
|
* version 0.0.0.8 fwiwmichaelt2014-02-171-7/+9
|
* more documentationmichaelt2014-02-171-4/+9
|
* more documentation restructuringmichaelt2014-02-171-22/+67
|
* documentation overhaul continuedmichaelt2014-02-171-48/+27
|
* clean up exports in Pipes.Textmichaelt2014-02-151-62/+19
|
* simplify importsmichaelt2014-02-151-26/+8
|
* use new text-stream-decodingmichaelt2014-02-151-235/+34
|
* 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
|
* scrapped stdinLn etc. Improved haddocksmichaelt2014-02-051-74/+29
|
* special Internal modulemichaelt2014-02-041-10/+10
|
* moved internalsmichaelt2014-02-041-2/+3
|
* finished draft of codec lens, ascii and iso8859 are not codecs, so they are ↵michaelt2014-02-041-42/+129
| | | | given special functions
* moved enumerator/conduit Codec business to its own modulemichaelt2014-02-041-15/+14
|
* 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-261-47/+84
|
* lensification under waymichaelt2014-01-261-73/+200
|
* reformatted exports fwiwmichaelt2014-01-251-77/+100
|
* renamed fold foldChars and began updating documentationmichaelt2014-01-251-14/+60
|
* nugatorymichaelt2014-01-141-106/+42
|
* 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
|