aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* export tutorialmichaelt2014-11-081-2/+2
|
* corrected noio dependencymichaelt2014-11-081-3/+3
|
* tutorialmichaelt2014-11-081-5/+4
|\
| * text dependency upgradedmichaelt2014-11-051-2/+2
| |
* | tutorial etcmichaelt2014-11-087-290/+559
|/
* Bumped bounds for pipes-bytestring. Made types agree with pipes-bytestring ↵michaelt2014-06-266-302/+249
| | | | where possible. Scrapped Iso and profunctor
* omit >->/map rulesmichaelt2014-06-263-55/+38
|
* Revert "started generalizing lenses"michaelt2014-06-232-81/+47
| | | | This reverts commit c3c19f9b4f0564f3fae39a18555f6cfb322ee7c9.
* started generalizing lensesmichaelt2014-06-152-47/+81
|
* more attempts to make haddock/hackage happymichaelt2014-06-092-27/+31
|
* changelog and cabal description updated toomichaelt2014-06-042-1/+5
|
* depend on streaming commonsmichaelt2014-06-042-19/+21
|
* Gabriel G: generalize type encode functionsmichaelt2014-03-201-5/+5
|
* travismichaelt2014-03-171-0/+1
|
* brilliant insight into haddock markupmichaelt2014-03-043-18/+38
|
* documentation nonsensemichaelt2014-03-013-10/+19
|
* Pipes.Text documentation approaching tutorial lengthmichaelt2014-02-252-29/+127
|
* version microbumpmichaelt2014-02-211-1/+1
|
* IO documentation wibblesmichaelt2014-02-211-6/+5
|
* finished somewhat wordy documentation for Pipes.Textmichaelt2014-02-211-106/+169
|
* generalized signaturesmichaelt2014-02-193-8/+7
|
* docs wibblesmichaelt2014-02-182-79/+96
|
* more catatonia-inducing documentationmichaelt2014-02-181-38/+53
|
* version 0.0.0.8 fwiwmichaelt2014-02-174-11/+13
|
* more documentationmichaelt2014-02-172-4/+11
|
* more documentation restructuringmichaelt2014-02-172-23/+68
|
* documentation overhaul continuedmichaelt2014-02-173-91/+210
|
* encoding documentation beginning to improvemichaelt2014-02-161-17/+56
|
* readmemichaelt2014-02-162-4/+8
|
* 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
| |
* | Merge pull request #8 from Gabriel439/codecsynonymMichael Thompson2014-02-161-4/+6
|\ \ | |/ |/| Simplified `Codec` type synonym
| * 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-152-64/+21
|
* omit reference to include.hmichaelt2014-02-151-1/+1
|
* better description/readmemichaelt2014-02-153-30/+16
|
* Merge pull request #6 from Gabriel439/patch-1Michael Thompson2014-02-151-1/+1
|\ | | | | | | Loosen lower bound on `tex` for `noio`
| * Update pipes-text.cabalGabriel Gonzalez2014-02-151-1/+1
|/ | | | This lowers the bound on `text` when compiling with `-f noio`
* simplify importsmichaelt2014-02-152-31/+9
|
* use new text-stream-decodingmichaelt2014-02-159-808/+357
|
* left codec modulemichaelt2014-02-121-215/+0
|
* raise contraint on textmichaelt2014-02-081-2/+2
|
* Merge pull request #5 from Gabriel439/fix-scanMichael Thompson2014-02-071-2/+4
|\ | | | | | | Fixed `scan`
| * 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.
* | Merge pull request #2 from Gabriel439/noproxyMichael Thompson2014-02-051-3/+3
|\ \ | |/ |/| | | Replaced the word "proxies" with "pipes"
| * 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.