{-# LINE 1 "System/Directory/Internal.hsc" #-} {-# LINE 2 "System/Directory/Internal.hsc" #-} module System.Directory.Internal ( module System.Directory.Internal {-# LINE 7 "System/Directory/Internal.hsc" #-} , module System.Directory.Internal.C_utimensat {-# LINE 9 "System/Directory/Internal.hsc" #-} {-# LINE 13 "System/Directory/Internal.hsc" #-} , module System.Directory.Internal.Posix {-# LINE 15 "System/Directory/Internal.hsc" #-} ) where {-# LINE 19 "System/Directory/Internal.hsc" #-} import System.Directory.Internal.C_utimensat {-# LINE 21 "System/Directory/Internal.hsc" #-} {-# LINE 25 "System/Directory/Internal.hsc" #-} import System.Directory.Internal.Posix {-# LINE 27 "System/Directory/Internal.hsc" #-} -- | Filename extension for executable files (including the dot if any) -- (usually @\"\"@ on POSIX systems and @\".exe\"@ on Windows or OS\/2). exeExtension :: String exeExtension = ("") {-# LINE 32 "System/Directory/Internal.hsc" #-}