Home
last modified time | relevance | path

Searched refs:withSetupDeps (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs849 Right $ exAv "A" 1 [ExFix "B" 1] `withSetupDeps` [ExFix "B" 1]
955 , Right $ exAv "B" 1 [] `withSetupDeps` [ExAny "A"]
956 , Right $ exAv "C" 1 [ExAny "A" ] `withSetupDeps` [ExAny "A" ]
957 , Right $ exAv "D" 1 [ExFix "A" 1] `withSetupDeps` [ExAny "A" ]
958 , Right $ exAv "E" 1 [ExAny "A" ] `withSetupDeps` [ExFix "A" 1]
959 , Right $ exAv "F" 1 [ExFix "A" 2] `withSetupDeps` [ExFix "A" 1]
969 , Right $ exAv "C" 1 [] `withSetupDeps` [ExFix "B" 1]
970 , Right $ exAv "D" 1 [] `withSetupDeps` [ExFix "B" 2]
978 , Right $ exAv "F" 1 [] `withSetupDeps` [ExFix "E" 1]
979 , Right $ exAv "G" 1 [] `withSetupDeps` [ExFix "E" 2]
[all …]
H A DMemoryUsage.hs92 [ exAv "target" 1 [ExAny "setup-dep"] `withSetupDeps` [ExAny "setup-dep"]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs905 Right $ exAv "A" 1 [ExFix "B" 1] `withSetupDeps` [ExFix "B" 1]
1011 , Right $ exAv "B" 1 [] `withSetupDeps` [ExAny "A"]
1012 , Right $ exAv "C" 1 [ExAny "A" ] `withSetupDeps` [ExAny "A" ]
1013 , Right $ exAv "D" 1 [ExFix "A" 1] `withSetupDeps` [ExAny "A" ]
1014 , Right $ exAv "E" 1 [ExAny "A" ] `withSetupDeps` [ExFix "A" 1]
1015 , Right $ exAv "F" 1 [ExFix "A" 2] `withSetupDeps` [ExFix "A" 1]
1025 , Right $ exAv "C" 1 [] `withSetupDeps` [ExFix "B" 1]
1026 , Right $ exAv "D" 1 [] `withSetupDeps` [ExFix "B" 2]
1034 , Right $ exAv "F" 1 [] `withSetupDeps` [ExFix "E" 1]
1035 , Right $ exAv "G" 1 [] `withSetupDeps` [ExFix "E" 2]
[all …]
H A DMemoryUsage.hs92 [ exAv "target" 1 [ExAny "setup-dep"] `withSetupDeps` [ExAny "setup-dep"]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/solver-dsl/UnitTests/Distribution/Solver/Modular/
H A DDSL.hs31 , withSetupDeps
273 withSetupDeps :: ExampleAvailable -> [ExampleDependency] -> ExampleAvailable
274 withSetupDeps ex setupDeps = ex { function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/solver-dsl/UnitTests/Distribution/Solver/Modular/
H A DDSL.hs40 , withSetupDeps
337 withSetupDeps :: ExampleAvailable -> [ExampleDependency] -> ExampleAvailable
338 withSetupDeps ex setupDeps = ex { function