Skip to content

Commit

Permalink
Now get Producer' and Consumer' from the Pipes module
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Aug 30, 2013
1 parent f316d89 commit bfe711b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Pipes/Concurrent.hs
Expand Up @@ -56,9 +56,7 @@ import Control.Monad (when)
import Data.IORef (newIORef, readIORef, mkWeakIORef)
import Data.Monoid (Monoid(mempty, mappend))
import GHC.Conc.Sync (unsafeIOToSTM)
import Pipes (lift, yield, await)
import Pipes.Core (Producer', Consumer')
import qualified Pipes.Core as P
import Pipes (lift, yield, await, Producer', Consumer')
import System.Mem (performGC)

{-| Spawn a mailbox that has an 'Input' and 'Output' end, using the specified
Expand Down

0 comments on commit bfe711b

Please sign in to comment.