HSH-2.0.1: Library to mix shell scripting with Haskell programs

Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>

HSH.Channel

Description

Copyright (c) 2006-2009 John Goerzen, jgoerzen@complete.org

Synopsis

Documentation

data Channel Source

The main type for communicating between commands. All are expected to be lazy.

chanToHandle :: Channel -> Handle -> IO ()Source

Writes the Channel to the given Handle.