packages feed

stack-2.11.1: src/windows/System/Info/ShortPathName.hs

-- | The module of this name differs as between Windows and non-Windows builds.
-- This is the Windows version.
module System.Info.ShortPathName
  ( getShortPathName
  ) where

import           System.Win32.Info ( getShortPathName )