Home
last modified time | relevance | path

Searched refs:fileNameToString (Results 1 – 13 of 13) sorted by relevance

/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFileName.hs6 fileNameToString, fileNameToByteString,
27 show = fileNameToString
33 fileNameToString :: FileName -> FilePath
34 fileNameToString = UTF8.toString . fileNameToByteString function
H A DFileInfo.hs85 getFileHash x = withFile (fileNameToString x) ReadMode $ \h ->
115 let file = fileNameToString x
132 throwIO $ errorDirectoryNotFile $ fileNameToString x
137 …else if BS.any (>= chr 0x80) (fileNameToByteString x) then withCWString (fileNameToString x) $ \fi…
176 throwM $ errorDirectoryNotFile $ fileNameToString x
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/
H A DFileName.hs6 fileNameToString, fileNameToByteString,
27 show = fileNameToString
33 fileNameToString :: FileName -> FilePath
34 fileNameToString = UTF8.toString . fileNameToByteString function
H A DFileInfo.hs85 getFileHash x = withFile (fileNameToString x) ReadMode $ \h ->
115 let file = fileNameToString x
132 throwIO $ errorDirectoryNotFile $ fileNameToString x
137 …else if BS.any (>= chr 0x80) (fileNameToByteString x) then withCWString (fileNameToString x) $ \fi…
176 throwM $ errorDirectoryNotFile $ fileNameToString x
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFileName.hs6 fileNameToString, fileNameToByteString,
27 show = fileNameToString
33 fileNameToString :: FileName -> FilePath
34 fileNameToString = UTF8.toString . fileNameToByteString function
H A DFileInfo.hs85 getFileHash x = withFile (fileNameToString x) ReadMode $ \h ->
115 let file = fileNameToString x
132 throwIO $ errorDirectoryNotFile $ fileNameToString x
137 …else if BS.any (>= chr 0x80) (fileNameToByteString x) then withCWString (fileNameToString x) $ \fi…
176 throwM $ errorDirectoryNotFile $ fileNameToString x
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DFilePath.hs214 filenameIntercalate = mconcat . Data.List.intersperse pathSeparator . fmap fileNameToString
219 fileNameToString :: FileName -> String
220 fileNameToString (FileName fp) = function
234 fileNameToLString = toList . fileNameToString
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/Rules/
H A DFiles.hs94 let r = map (rebuildFlags . fileNameToString . fromFileQ) $ fromFilesQ k
138 producesUnchecked $ map (fileNameToString . fromFileQ) $ fromFilesQ k
177 …how ps ++ " &%> " ++ callStackTop) $ \(FilesQ xs_) -> let xs = map (fileNameToString . fromFileQ) …
227 …ule ("&?> " ++ callStackTop) $ \(FilesQ xs_) -> let xs@(x:_) = map (fileNameToString . fromFileQ) …
249 …concat ["\n " ++ fileNameToString x ++ if isNothing y then " - MISSING" else "" | (FileQ x,y) <- …
H A DFile.hs88 instance Show FileQ where show (FileQ x) = fileNameToString x
180 err = msg ++ "\n " ++ fileNameToString (fromFileQ x)
209 ruleRun opts@ShakeOptions{..} rebuildFlags o@(FileQ (fileNameToString -> xStr)) oldBin@(fmap getEx …
445 [("File", Just $ fileNameToString file)
478 lintTrackAllow $ \(FileQ x) -> ignore $ fileNameToString x
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Rules/
H A DFiles.hs94 let r = map (rebuildFlags . fileNameToString . fromFileQ) $ fromFilesQ k
136 producesUnchecked $ map (fileNameToString . fromFileQ) $ fromFilesQ k
175 …how ps ++ " &%> " ++ callStackTop) $ \(FilesQ xs_) -> let xs = map (fileNameToString . fromFileQ) …
225 …ule ("&?> " ++ callStackTop) $ \(FilesQ xs_) -> let xs@(x:_) = map (fileNameToString . fromFileQ) …
247 …concat ["\n " ++ fileNameToString x ++ if isNothing y then " - MISSING" else "" | (FileQ x,y) <- …
H A DFile.hs88 instance Show FileQ where show (FileQ x) = fileNameToString x
180 err = msg ++ "\n " ++ fileNameToString (fromFileQ x)
209 ruleRun opts@ShakeOptions{..} rebuildFlags o@(FileQ (fileNameToString -> xStr)) oldBin@(fmap getEx …
445 [("File", Just $ fileNameToString file)
478 lintTrackAllow $ \(FileQ x) -> ignore $ fileNameToString x
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/Rules/
H A DFiles.hs94 let r = map (rebuildFlags . fileNameToString . fromFileQ) $ fromFilesQ k
136 producesUnchecked $ map (fileNameToString . fromFileQ) $ fromFilesQ k
175 …how ps ++ " &%> " ++ callStackTop) $ \(FilesQ xs_) -> let xs = map (fileNameToString . fromFileQ) …
225 …ule ("&?> " ++ callStackTop) $ \(FilesQ xs_) -> let xs@(x:_) = map (fileNameToString . fromFileQ) …
247 …concat ["\n " ++ fileNameToString x ++ if isNothing y then " - MISSING" else "" | (FileQ x,y) <- …
H A DFile.hs88 instance Show FileQ where show (FileQ x) = fileNameToString x
180 err = msg ++ "\n " ++ fileNameToString (fromFileQ x)
209 ruleRun opts@ShakeOptions{..} rebuildFlags o@(FileQ (fileNameToString -> xStr)) oldBin@(fmap getEx …
445 [("File", Just $ fileNameToString file)
478 lintTrackAllow $ \(FileQ x) -> ignore $ fileNameToString x