Home
last modified time | relevance | path

Searched defs:relaxDepsPrinter (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.hs709 relaxDepsPrinter Nothing = [] function
710 relaxDepsPrinter (Just RelaxDepsAll) = [Nothing] function
711 relaxDepsPrinter (Just (RelaxDepsSome pkgs)) = map (Just . prettyShow) $ pkgs function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DSetup.hs750 relaxDepsPrinter Nothing = [] function
751 relaxDepsPrinter (Just RelaxDepsAll) = [Nothing] function
752 relaxDepsPrinter (Just (RelaxDepsSome pkgs)) = map (Just . display) $ pkgs function