aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* gitignore os x nonsensemichaelt2014-02-054-2/+7
|
* rearranged internal modules to placate haddockmichaelt2014-02-056-33/+41
|
* cabal file more descriptivemichaelt2014-02-052-5/+12
|
* changelog and cabal file arrangementmichaelt2014-02-052-5/+14
|
* scrapped stdinLn etc. Improved haddocksmichaelt2014-02-051-74/+29
|
* little Haddock notes on Internal materialmichaelt2014-02-052-11/+18
|
* special Internal modulemichaelt2014-02-044-156/+24
|
* verbose project description added.michaelt2014-02-042-10/+15
|
* moved internalsmichaelt2014-02-045-6/+384
|
* 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-044-228/+255
|
* pipes-group does not export transFreeT, use maps like pipes-bytestringmichaelt2014-01-301-6/+4
|
* pipes-group alreadymichaelt2014-01-262-39/+42
|
* stripStart missed a bitmichaelt2014-01-261-3/+4
|
* mirroring Pipes.ByteString completemichaelt2014-01-263-187/+85
|
* lensification under waymichaelt2014-01-262-74/+201
|
* reformatted exports fwiwmichaelt2014-01-252-83/+104
|
* renamed fold foldChars and began updating documentationmichaelt2014-01-255-59/+318
|
* remove junkmichaelt2014-01-140-0/+0
|
* merge home made decodeUtf8michaelt2014-01-147-3/+580
|\
| * Use clunky Data.Text.IO when bytestring is not explicitmichaelt2014-01-146-105/+215
| |
| * repaired tests, clean encodeUtf8 to return Done r rather than yield B.empty ↵michaelt2013-12-262-9/+11
| | | | | | | | >> Done r when decoding was perfect