{-|
Module:             IO
Description:        General IO functions.
Copyright:          © 2016 All rights reserved.
License:            GPL-3
Maintainer:         Evan Cofsky <>
Stability:          experimental
Portability:        POSIX
-}

module IO (
    module System.Path.Directory,
    module System.Path.IO
    ) where

import System.Path.Directory
import System.Path.IO