#define MODULE_NAME Posix
#define IS_WINDOWS False
-----------------------------------------------------------------------------
-- |
-- Module : System.FilePath.Posix
-- Copyright : (c) Neil Mitchell 2005-2007
-- License : BSD-style (see the file libraries/base/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : stable
-- Portability : portable
--
-- A library for FilePath manipulations, using Posix style paths on
-- all platforms. Importing "System.FilePath" is usually better.
#include "Internal.hs"
|