Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | safe nonsense | michaelt | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | travisy | michaelt | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | travis again | michaelt | 2015-09-11 | 1 | -5/+10 |
| | |||||
* | detritus | michaelt | 2015-09-11 | 1 | -4/+2 |
| | |||||
* | wibble examples | michaelt | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | documentation | michaelt | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | travis | michaelt | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | travis | michaelt | 2014-11-11 | 1 | -2/+21 |
| | |||||
* | tutorial etc | michaelt | 2014-11-08 | 1 | -286/+5 |
| | |||||
* | Bumped bounds for pipes-bytestring. Made types agree with pipes-bytestring ↵ | michaelt | 2014-06-26 | 1 | -271/+238 |
| | | | | where possible. Scrapped Iso and profunctor | ||||
* | omit >->/map rules | michaelt | 2014-06-26 | 1 | -53/+14 |
| | |||||
* | Revert "started generalizing lenses" | michaelt | 2014-06-23 | 1 | -73/+43 |
| | | | | This reverts commit c3c19f9b4f0564f3fae39a18555f6cfb322ee7c9. | ||||
* | started generalizing lenses | michaelt | 2014-06-15 | 1 | -43/+73 |
| | |||||
* | more attempts to make haddock/hackage happy | michaelt | 2014-06-09 | 1 | -23/+23 |
| | |||||
* | brilliant insight into haddock markup | michaelt | 2014-03-04 | 1 | -17/+32 |
| | |||||
* | documentation nonsense | michaelt | 2014-03-01 | 1 | -8/+13 |
| | |||||
* | Pipes.Text documentation approaching tutorial length | michaelt | 2014-02-25 | 1 | -27/+125 |
| | |||||
* | finished somewhat wordy documentation for Pipes.Text | michaelt | 2014-02-21 | 1 | -106/+169 |
| | |||||
* | generalized signatures | michaelt | 2014-02-19 | 1 | -2/+2 |
| | |||||
* | more catatonia-inducing documentation | michaelt | 2014-02-18 | 1 | -38/+53 |
| | |||||
* | version 0.0.0.8 fwiw | michaelt | 2014-02-17 | 1 | -7/+9 |
| | |||||
* | more documentation | michaelt | 2014-02-17 | 1 | -4/+9 |
| | |||||
* | more documentation restructuring | michaelt | 2014-02-17 | 1 | -22/+67 |
| | |||||
* | documentation overhaul continued | michaelt | 2014-02-17 | 1 | -48/+27 |
| | |||||
* | clean up exports in Pipes.Text | michaelt | 2014-02-15 | 1 | -62/+19 |
| | |||||
* | simplify imports | michaelt | 2014-02-15 | 1 | -26/+8 |
| | |||||
* | use new text-stream-decoding | michaelt | 2014-02-15 | 1 | -235/+34 |
| | |||||
* | 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. | ||||
* | | 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 | 1 | -1/+5 |
| | |||||
* | scrapped stdinLn etc. Improved haddocks | michaelt | 2014-02-05 | 1 | -74/+29 |
| | |||||
* | special Internal module | michaelt | 2014-02-04 | 1 | -10/+10 |
| | |||||
* | moved internals | michaelt | 2014-02-04 | 1 | -2/+3 |
| | |||||
* | finished draft of codec lens, ascii and iso8859 are not codecs, so they are ↵ | michaelt | 2014-02-04 | 1 | -42/+129 |
| | | | | given special functions | ||||
* | moved enumerator/conduit Codec business to its own module | michaelt | 2014-02-04 | 1 | -15/+14 |
| | |||||
* | 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 | 1 | -39/+41 |
| | |||||
* | stripStart missed a bit | michaelt | 2014-01-26 | 1 | -3/+4 |
| | |||||
* | mirroring Pipes.ByteString complete | michaelt | 2014-01-26 | 1 | -47/+84 |
| | |||||
* | lensification under way | michaelt | 2014-01-26 | 1 | -73/+200 |
| | |||||
* | reformatted exports fwiw | michaelt | 2014-01-25 | 1 | -77/+100 |
| | |||||
* | renamed fold foldChars and began updating documentation | michaelt | 2014-01-25 | 1 | -14/+60 |
| | |||||
* | nugatory | michaelt | 2014-01-14 | 1 | -106/+42 |
| | |||||
* | fromHandle further optimized | michaelt | 2013-11-26 | 1 | -3/+7 |
| | |||||
* | scrap Text.hGetChunk for bytestring + streamDecodeUtf8, which is three times ↵ | michaelt | 2013-11-26 | 1 | -1/+12 |
| | | | | as fast | ||||
* | prophylactic RULEs for Pipes.maps | michaelt | 2013-11-25 | 1 | -3/+37 |
| | |||||
* | rules for following pipes-bytestring | michaelt | 2013-11-20 | 1 | -1/+7 |
| | |||||
* | Gabriel's emended 'lines' | michaelt | 2013-11-18 | 1 | -6/+5 |
| |