conduit-algorithms 0.0.6.0 → 0.0.6.1
raw patch · 2 files changed
+5/−12 lines, 2 filesdep −filepathdep −stm-chansdep −unixPVP ok
version bump matches the API change (PVP)
Dependencies removed: filepath, stm-chans, unix
API changes (from Hackage documentation)
Files
- README.md +2/−2
- conduit-algorithms.cabal +3/−10
README.md view
@@ -2,10 +2,10 @@ [](https://hackage.haskell.org/package/conduit-algorithms) [](http://packdeps.haskellers.com/feed?needle=conduit-algorithms)+[](http://stackage.org/lts/package/conduit-algorithms) [](https://travis-ci.org/luispedro/conduit-algorithms)-- Some conduit-based algorithms.+ Much of this code was originally part of [NGLess](http://ngless.embl.de) and has been in production use for years. However, it can be of generic use.
conduit-algorithms.cabal view
@@ -1,5 +1,5 @@ name: conduit-algorithms-version: 0.0.6.0+version: 0.0.6.1 synopsis: Conduit-based algorithms description: Algorithms on Conduits, including higher level asynchronous processing and some other utilities.@@ -30,15 +30,11 @@ conduit-extra, containers, deepseq,- directory,- filepath, mtl, resourcet, stm,- stm-chans, stm-conduit >= 2.7,- transformers,- unix+ transformers Test-Suite catest default-language: Haskell2010@@ -59,16 +55,13 @@ conduit-combinators, conduit-extra, containers,- deepseq, directory,- filepath,+ deepseq, mtl, resourcet, stm,- stm-chans, stm-conduit >= 2.7, transformers,- unix, HUnit, test-framework, test-framework-hunit,