Scott Fleischman
|
b094dff057
|
Prefix internal unused fields with underscore.
Due to warning: [-Wunused-top-binds].
|
2019-05-29 17:03:03 -07:00 |
|
Scott Fleischman
|
5f04dc6a23
|
Remove use of conduit Producer and Consumer.
Due to deprecations: "Deprecated: Use ConduitT directly".
|
2019-05-29 17:01:50 -07:00 |
|
Scott Fleischman
|
c03e1ed746
|
Use Control.Monad.Except instead of Control.Monad.Error.
Due to the following warning:
"Module ‘Control.Monad.Error’ is deprecated:
Use "Control.Monad.Except" instead"
|
2019-05-29 16:57:51 -07:00 |
|
Victor Denisov
|
77b84a5695
|
Recover original indentation
|
2018-01-27 11:46:53 -08:00 |
|
Peter Tillemans
|
582a16d08e
|
remove a forgotten debug statement
|
2017-12-31 18:39:09 +01:00 |
|
Peter Tillemans
|
bb3e66073f
|
fix correct finalizing of last block
|
2017-12-31 18:35:37 +01:00 |
|
Victor Denisov
|
77c7ee3ee9
|
Drop MonadBaseControl from two more modules
|
2017-05-11 21:35:41 -07:00 |
|
Victor Denisov
|
ae64ee6e4e
|
Fix haddock errors
|
2016-11-21 20:49:44 -08:00 |
|
Victor Denisov
|
3e08136509
|
Add GridFS implementation.
This code is merged from: https://github.com/btubbs/haskell-gridfs
|
2016-11-20 19:23:47 -08:00 |
|