Home
last modified time | relevance | path

Searched refs:remoteRepoKeyThreshold (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Types/
H A DRepo.hs53 remoteRepoKeyThreshold :: Int, function
86 , remoteRepoKeyThreshold = 0 function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DConfig.hs677 remoteRepoKeyThreshold = 0 function
684 remoteRepoKeyThreshold = defaultHackageRemoteRepoKeyThreshold function
1271 when (remoteRepoKeyThreshold repo > length (remoteRepoRootKeys repo)) $
1348 remoteRepoKeyThreshold (\x repo -> repo { remoteRepoKeyThreshold = x }) function
H A DGlobalFlags.hs263 (Sec.KeyThreshold (fromIntegral remoteRepoKeyThreshold))
H A DTypes.hs316 remoteRepoKeyThreshold :: Int, function
H A DSetup.hs2995 remoteRepoKeyThreshold = 0, function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DConfig.hs669 remoteRepoKeyThreshold = 0 function
676 remoteRepoKeyThreshold = defaultHackageRemoteRepoKeyThreshold function
1266 when (remoteRepoKeyThreshold repo > length (remoteRepoRootKeys repo)) $
1343 remoteRepoKeyThreshold (\x repo -> repo { remoteRepoKeyThreshold = x }) function
H A DGlobalFlags.hs255 (Sec.KeyThreshold (fromIntegral remoteRepoKeyThreshold))