2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2013-11-26 12:43:40 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 1.0.9.3
changes:
1.0.9.3
- Add workaround for #126
( #126 => https://github.com/snoyberg/conduit/issues/126 )
|
2013-11-24 13:17:25 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 1.0.9.2
changes:
1.0.9.2
- Disable doctests
|
2013-11-14 20:49:33 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 1.0.9.1
changes:
1.0.9.1
- Merge pull request #125 from elisehuard/master
* fix for Invalid preprocessing directive on OS X Maverick
( #125 => https://github.com/snoyberg/conduit/pull/125 )
|
2013-11-10 10:53:58 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.0.9
changes:
1.0.9
- Merge pull request #123 from feuerbach/patch-1
* Eta-reduce the Sink type synonym
This way Sink can be used as a type constructor
e.g. in monad transformer stacks
- Merge pull request #118 from erikd/master
* conduit : Add function conduitHandle.
And implement conduitFile in terms of conduitHandle.
( #123 => https://github.com/snoyberg/conduit/pull/123 )
( #118 => https://github.com/snoyberg/conduit/pull/118 )
|
2013-10-13 10:28:03 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.0.8
changes:
1.0.8
- sourceHandleRange
- Better chunk size
- Add associativity tests from @DanBurton
- Add promptness test
- A bit more Text functionality
- foldLines
- foldMapM
|
2013-09-17 01:20:29 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import conduit-1.0.7.4 as wip/hs-conduit.
conduit is a solution to the streaming data problem, allowing for
production, transformation, and consumption of streams of data in constant
memory. It is an alternative to lazy I/O which guarantees deterministic
resource handling, and fits in the same general solution space as
enumerator/iteratee and pipes. For a tutorial, please visit
https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview
|