-- | -- Uniform-IO provides a typeclass for uniform access of different types of targets, -- and implementations for abstracting standard streams, files and network connections. -- This module also provides TLS wraping over other IO targets. module System.IO.Uniform (module System.IO.Uniform.Targets) where import System.IO.Uniform.Targets