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