dynamic-pipeline 0.1.0.5 → 0.2.0.0
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dynamic-pipeline.cabal +2/−1
dynamic-pipeline.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: dynamic-pipeline-version: 0.1.0.5+version: 0.2.0.0 synopsis: Library Type Safe implementation of Dynamic Pipeline Paradigm (DPP). description: @dynamic-pipeline@ is a __/Type Safe/__ Dynamic and Parallel Streaming Library, which is an implementation of __Dynamic Pipeline Paradigm (DPP)__ proposed in this paper [DPP](https://biblioteca.sistedes.es/articulo/the-dynamic-pipeline-paradigm/).@@ -31,6 +31,7 @@ Import "DynamicPipeline" for using the library. . * /Examples/: <src/examples examples directory> in the package+ . category: Data,Data Flow,Pipes,Streaming,Parallel,Type-safe homepage: https://github.com/jproyo/dynamic-pipeline#readme bug-reports: https://github.com/jproyo/dynamic-pipeline/issues