process-streaming 0.9.1.0 → 0.9.1.1
raw patch · 2 files changed
+23/−1 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- System.Process.Streaming: instance Data.Bifunctor.Bifunctor (System.Process.Streaming.Feed1 b)
- System.Process.Streaming: instance Data.Bifunctor.Bifunctor (System.Process.Streaming.Feed1_ b)
- System.Process.Streaming: instance Data.Bifunctor.Bifunctor System.Process.Streaming.Streams
- System.Process.Streaming: instance GHC.Base.Applicative (System.Process.Streaming.Feed1 b e)
- System.Process.Streaming: instance GHC.Base.Applicative (System.Process.Streaming.Feed1_ b e)
- System.Process.Streaming: instance GHC.Base.Applicative (System.Process.Streaming.Streams e)
- System.Process.Streaming: instance GHC.Base.Functor (System.Process.Streaming.Feed1 b e)
- System.Process.Streaming: instance GHC.Base.Functor (System.Process.Streaming.Feed1_ b e)
- System.Process.Streaming: instance GHC.Base.Functor (System.Process.Streaming.Streams e)
- System.Process.Streaming: instance GHC.Base.Monoid a => GHC.Base.Monoid (System.Process.Streaming.Feed1 b e a)
- System.Process.Streaming: instance GHC.Base.Monoid a => GHC.Base.Monoid (System.Process.Streaming.Streams e a)
+ System.Process.Streaming: instance Applicative (Feed1 b e)
+ System.Process.Streaming: instance Applicative (Feed1_ b e)
+ System.Process.Streaming: instance Applicative (Streams e)
+ System.Process.Streaming: instance Bifunctor (Feed1 b)
+ System.Process.Streaming: instance Bifunctor (Feed1_ b)
+ System.Process.Streaming: instance Bifunctor Streams
+ System.Process.Streaming: instance Functor (Feed1 b e)
+ System.Process.Streaming: instance Functor (Feed1_ b e)
+ System.Process.Streaming: instance Functor (Streams e)
+ System.Process.Streaming: instance Monoid a => Monoid (Feed1 b e a)
+ System.Process.Streaming: instance Monoid a => Monoid (Streams e a)
Files
- process-streaming.cabal +2/−1
- tests/alternating.sh +21/−0
process-streaming.cabal view
@@ -1,5 +1,5 @@ name: process-streaming-version: 0.9.1.0+version: 0.9.1.1 license: BSD3 license-file: LICENSE data-files: @@ -14,6 +14,7 @@ Extra-Source-Files: README.md CHANGELOG+ tests/alternating.sh Library default-language: Haskell2010
+ tests/alternating.sh view
@@ -0,0 +1,21 @@+#!/bin/bash++for (( i=1; i <= 20000; i++ ))+do+ echo "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"+done++for (( i=1; i <= 20000; i++ ))+do+ echo "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 1>&2+done++for (( i=1; i <= 20000; i++ ))+do+ echo "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"+done++for (( i=1; i <= 20000; i++ ))+do+ echo "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 1>&2+done