aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)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'`sGabriel Gonzalez2014-02-151-3/+3
* | Merge pull request #8 from Gabriel439/codecsynonymMichael Thompson2014-02-161-4/+6
|\ \ | |/ |/|
| * Simplified `Codec` type synonymGabriel Gonzalez2014-02-151-4/+6
|/
* 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
|\
| * Update pipes-text.cabalGabriel Gonzalez2014-02-151-1/+1
|/
* 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`Gabriel Gonzalez2014-02-071-2/+4
|/
* Merge pull request #3 from Gabriel439/nocppMichael Thompson2014-02-051-4/+2
|\
| * Removed use of CPP to guard TrustworthyGabriel Gonzalez2014-02-061-5/+3
* | Merge pull request #2 from Gabriel439/noproxyMichael Thompson2014-02-051-3/+3
|\ \ | |/ |/|
| * Replaced the word "proxies" with "pipes"Gabriel Gonzalez2014-02-061-3/+3
|/
* 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 g...michaelt2014-02-042-80/+142
* 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