{-# OPTIONS_JHC -fffi #-}
module System.IO.Pipe ( openPipe, openBinaryPipe ) where

import Jhc.Handle ( openPipe, openBinaryPipe )
