0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix compiler warning.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Merge branch 'fix'
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
add inputMap and inputMaybe.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
change feedList to be correct (and more performant).
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
version 0.4.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
input' is now input.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
change back to monadic Cont nf.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
no longer output the result with T.debug because that leads to problems when applying to sources (r is not known then).
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
change naming of sink input. Now we use inputOr and input.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
readd liftSink (and liftFetch).
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
add T.serialize and T.deserialize (with cereal).
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
add upper limit for base as requested by hackageDB.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Prepare hackage upload.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Better haddock documentation for the module overview page.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
bump version to 0.3.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Simplify Source typeclasses. - Got rid of the Source2 typeclass, it's replaced by the FeedSource datatype. - Renamed BasicSource to SimpleSource.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
better cabal documentation.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Merge branch 'trans_fun'
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
improve documentation.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
change file sources to ResourceT.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Use ResourceT in file-sinks.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Add handle-sink/source based on ResourceT.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Generalize from IO to MonadIO.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
fix for looped andThen. They did not terminate when the sink was full but caused an infite loop.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
cosmetics.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
add mapM and debug transforms.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
better documentation.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
cosmetic.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
better implementation of skip. There is no need to provide a done-value since the monad will continue with the next sink's done anyway.
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago
Merge commit '8bf529' into input_with_close
msiegenthaler
as Mario Siegenthaler
More... over 11 years ago