packages feed

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 view
@@ -2,10 +2,10 @@  [![Hackage](https://img.shields.io/hackage/v/conduit-algorithms.svg)](https://hackage.haskell.org/package/conduit-algorithms) [![Hackage-Deps](https://img.shields.io/hackage-deps/v/conduit-algorithms.svg)](http://packdeps.haskellers.com/feed?needle=conduit-algorithms)+[![Stackage (LTS)](http://stackage.org/package/conduit-algorithms/badge/lts)](http://stackage.org/lts/package/conduit-algorithms) [![Travis](https://api.travis-ci.org/luispedro/conduit-algorithms.png)](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,