Home
last modified time | relevance | path

Searched refs:ALFilePath (Results 1 – 5 of 5) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DArchive.hs123 ALFilePath _ -> pure () -- TODO cache local as well
132 ALFilePath _ -> pure Nothing -- TODO can we do something intelligent here?
154 ALFilePath _ -> pure ()
163 ALFilePath _ -> pure ()
208 withArchiveLoc (RawArchive (ALFilePath resolved) msha msize _subdir) f = do
H A DRepo.hs94 { raLocation = ALFilePath $ ResolvedPath
H A DTypes.hs1468 | ALFilePath !(ResolvedPath File) constructor
1477 display (ALFilePath resolved) = fromString $ toFilePath $ resolvedAbsolute resolved
1513 pure $ ALFilePath $ ResolvedPath (RelFilePath t) abs'
1540 ALFilePath resolved -> ["filepath" .= resolvedRelative resolved]
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/test/Pantry/
H A DArchiveSpec.hs27 return $ ALFilePath $ ResolvedPath
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DDot.hs189ALFilePath (ResolvedPath _ path) -> Text.pack $ "file://" ++ Path.toFilePath path