Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
    import Control.Monad.Trans.Resource
to example in README.md needed to bring runResourceT into scope for
    runResourceT $ CB.sourceFile "input.txt" $$ CB.sinkFile "output.txt"
  • Loading branch information
technocrat committed Dec 25, 2015
1 parent c75a101 commit d71b30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -20,6 +20,7 @@ to start off.
## Synopsis

```haskell
import Control.Monad.Trans.Resource
import Data.Conduit
import qualified Data.Conduit.List as CL
import qualified Data.Conduit.Binary as CB
Expand Down

0 comments on commit d71b30b

Please sign in to comment.