packages feed

filepather-0.6.0: src/System/FilePather.hs

{-# OPTIONS_GHC -Wall #-}

-- |
-- Module      : System.FilePather
-- Description : FilePath and Directory operations via Kleisli type aliases
module System.FilePather
  ( module System.FilePather.FilePather,
  )
where

import System.FilePather.FilePather