Home
last modified time | relevance | path

Searched refs:showLocalRepo (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DSetup.hs386 … (reqArg' "NAME:PATH" (toNubList . maybeToList . readLocalRepo) (map showLocalRepo . fromNubList))
2670 showLocalRepo :: LocalRepo -> String
2671 showLocalRepo = prettyShow function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DSetup.hs429 … (reqArg' "NAME:PATH" (toNubList . maybeToList . readLocalRepo) (map showLocalRepo . fromNubList))
2999 showLocalRepo :: LocalRepo -> String
3000 showLocalRepo repo = localRepoName repo ++ ":" ++ localRepoPath repo function