Home
last modified time | relevance | path

Searched refs:packageSpecifiers (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DCmdInstall.hs283 packageSpecifiers =
294 then return (packageSpecifiers, packageTargets, projectConfig localBaseCtx)
398 return ( specs ++ packageSpecifiers
446 packageSpecifiers = flip fmap packageIds $ \case function
453 return (packageSpecifiers, packageTargets, projectConfig)
H A DTargets.hs341 let (problems, packageSpecifiers) =
350 return packageSpecifiers
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DCmdInstall.hs227 packageSpecifiers =
238 then return (packageSpecifiers, [], packageTargets, projectConfig localBaseCtx)
249 return ( specs ++ packageSpecifiers
295 (uris, packageSpecifiers) = partitionEithers $ map woPackageSpecifiers tss function
298 return (packageSpecifiers, uris, packageTargets, projectConfig)
H A DTargets.hs318 let (problems, packageSpecifiers) =
327 return packageSpecifiers