-- | -- Module : GHC.IO.Windows.Paths -- Copyright : (c) The University of Glasgow, 2017 -- License : see libraries/base/LICENSE -- -- Maintainer : libraries@haskell.org -- Stability : internal -- Portability : non-portable -- -- Windows FilePath handling utility for GHC code. -- ----------------------------------------------------------------------------- module GHC.IO.Windows.Paths ( getDevicePath ) where import GHC.Internal.IO.Windows.Paths