Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | travis | michaelt | 2014-03-17 | 1 | -0/+1 | |
| | ||||||
* | brilliant insight into haddock markup | michaelt | 2014-03-04 | 3 | -18/+38 | |
| | ||||||
* | documentation nonsense | michaelt | 2014-03-01 | 3 | -10/+19 | |
| | ||||||
* | Pipes.Text documentation approaching tutorial length | michaelt | 2014-02-25 | 2 | -29/+127 | |
| | ||||||
* | version microbump | michaelt | 2014-02-21 | 1 | -1/+1 | |
| | ||||||
* | IO documentation wibbles | michaelt | 2014-02-21 | 1 | -6/+5 | |
| | ||||||
* | finished somewhat wordy documentation for Pipes.Text | michaelt | 2014-02-21 | 1 | -106/+169 | |
| | ||||||
* | generalized signatures | michaelt | 2014-02-19 | 3 | -8/+7 | |
| | ||||||
* | docs wibbles | michaelt | 2014-02-18 | 2 | -79/+96 | |
| | ||||||
* | more catatonia-inducing documentation | michaelt | 2014-02-18 | 1 | -38/+53 | |
| | ||||||
* | version 0.0.0.8 fwiw | michaelt | 2014-02-17 | 4 | -11/+13 | |
| | ||||||
* | more documentation | michaelt | 2014-02-17 | 2 | -4/+11 | |
| | ||||||
* | more documentation restructuring | michaelt | 2014-02-17 | 2 | -23/+68 | |
| | ||||||
* | documentation overhaul continued | michaelt | 2014-02-17 | 3 | -91/+210 | |
| | ||||||
* | encoding documentation beginning to improve | michaelt | 2014-02-16 | 1 | -17/+56 | |
| | ||||||
* | readme | michaelt | 2014-02-16 | 2 | -4/+8 | |
| | ||||||
* | Merge pull request #7 from Gabriel439/generalize | Michael Thompson | 2014-02-16 | 1 | -3/+3 | |
|\ | | | | | Changed some `Producer`s to `Producer'`s | |||||
| * | Changed some `Producer`s to `Producer'`s | Gabriel Gonzalez | 2014-02-15 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #8 from Gabriel439/codecsynonym | Michael Thompson | 2014-02-16 | 1 | -4/+6 | |
|\ \ | |/ |/| | Simplified `Codec` type synonym | |||||
| * | Simplified `Codec` type synonym | Gabriel Gonzalez | 2014-02-15 | 1 | -4/+6 | |
|/ | | | | This implements it in terms of `Lens'` to make it more clear what is going on | |||||
* | improve documentation Pipes.Text.IO | michaelt | 2014-02-15 | 1 | -11/+43 | |
| | ||||||
* | clean up exports in Pipes.Text.Encoding | michaelt | 2014-02-15 | 1 | -10/+9 | |
| | ||||||
* | clean up exports in Pipes.Text | michaelt | 2014-02-15 | 2 | -64/+21 | |
| | ||||||
* | omit reference to include.h | michaelt | 2014-02-15 | 1 | -1/+1 | |
| | ||||||
* | better description/readme | michaelt | 2014-02-15 | 3 | -30/+16 | |
| | ||||||
* | Merge pull request #6 from Gabriel439/patch-1 | Michael Thompson | 2014-02-15 | 1 | -1/+1 | |
|\ | | | | | | | Loosen lower bound on `tex` for `noio` | |||||
| * | Update pipes-text.cabal | Gabriel Gonzalez | 2014-02-15 | 1 | -1/+1 | |
|/ | | | | This lowers the bound on `text` when compiling with `-f noio` | |||||
* | simplify imports | michaelt | 2014-02-15 | 2 | -31/+9 | |
| | ||||||
* | use new text-stream-decoding | michaelt | 2014-02-15 | 9 | -808/+357 | |
| | ||||||
* | left codec module | michaelt | 2014-02-12 | 1 | -215/+0 | |
| | ||||||
* | raise contraint on text | michaelt | 2014-02-08 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #5 from Gabriel439/fix-scan | Michael Thompson | 2014-02-07 | 1 | -2/+4 | |
|\ | | | | | | | Fixed `scan` | |||||
| * | Fixed `scan` | Gabriel Gonzalez | 2014-02-07 | 1 | -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/nocpp | Michael Thompson | 2014-02-05 | 1 | -4/+2 | |
|\ | | | | | | | Removed use of CPP to guard Trustworthy | |||||
| * | Removed use of CPP to guard Trustworthy | Gabriel Gonzalez | 2014-02-06 | 1 | -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/noproxy | Michael Thompson | 2014-02-05 | 1 | -3/+3 | |
|\ \ | |/ |/| | | | Replaced the word "proxies" with "pipes" | |||||
| * | Replaced the word "proxies" with "pipes" | Gabriel Gonzalez | 2014-02-06 | 1 | -3/+3 | |
|/ | | | | | Generally `pipes` documentation avoids the word proxy unless it's in a bidirectional context. | |||||
* | gitignore os x nonsense | michaelt | 2014-02-05 | 4 | -2/+7 | |
| | ||||||
* | rearranged internal modules to placate haddock | michaelt | 2014-02-05 | 6 | -33/+41 | |
| | ||||||
* | cabal file more descriptive | michaelt | 2014-02-05 | 2 | -5/+12 | |
| | ||||||
* | changelog and cabal file arrangement | michaelt | 2014-02-05 | 2 | -5/+14 | |
| | ||||||
* | scrapped stdinLn etc. Improved haddocks | michaelt | 2014-02-05 | 1 | -74/+29 | |
| | ||||||
* | little Haddock notes on Internal material | michaelt | 2014-02-05 | 2 | -11/+18 | |
| | ||||||
* | special Internal module | michaelt | 2014-02-04 | 4 | -156/+24 | |
| | ||||||
* | verbose project description added. | michaelt | 2014-02-04 | 2 | -10/+15 | |
| | ||||||
* | moved internals | michaelt | 2014-02-04 | 5 | -6/+384 | |
| | ||||||
* | finished draft of codec lens, ascii and iso8859 are not codecs, so they are ↵ | michaelt | 2014-02-04 | 2 | -80/+142 | |
| | | | | given special functions | |||||
* | moved enumerator/conduit Codec business to its own module | michaelt | 2014-02-04 | 4 | -228/+255 | |
| | ||||||
* | pipes-group does not export transFreeT, use maps like pipes-bytestring | michaelt | 2014-01-30 | 1 | -6/+4 | |
| | ||||||
* | pipes-group already | michaelt | 2014-01-26 | 2 | -39/+42 | |
| |