-- |
-- Module: System.FilePath
-- Copyright: 2011 John Millikin
-- License: MIT
--
-- Maintainer:  jmillikin@gmail.com
-- Portability:  portable
--
-- Deprecated alias for "Filesystem.Path"
--
module System.FilePath
	( module Filesystem.Path
	) where

import Filesystem.Path