Home
last modified time | relevance | path

Searched refs:withExe (Results 1 – 13 of 13) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs296 , Right $ exAvNoLibrary "B" 2 `withExe` exe
297 , Right $ exAv "B" 1 [] `withExe` exe ]
394 `withExe` ExExe "bt" [] ]
1619 `withExe`
1656 `withExe`
1882 , Right $ exAv "bt-pkg" 3 [] `withExe` ExExe "exe2" []
1883 , Right $ exAv "bt-pkg" 2 [] `withExe` ExExe "exe1" []
1992 Right $ exAv "alex" 1 [] `withExe` ExExe "alex" [],
2015 Right $ exAv "alex" 1 [] `withExe` ExExe "alex" [],
2016 Right $ exAv "alex" 2 [] `withExe` ExExe "alex" [],
[all …]
H A DMemoryUsage.hs153 , Right $ exAv "B" 1 [] `withExe` ExExe "exe" []
181 , Right $ exAv "B" 1 [] `withExe` ExExe "exe" []
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs296 , Right $ exAvNoLibrary "B" 2 `withExe` exe
297 , Right $ exAv "B" 1 [] `withExe` exe ]
450 `withExe` exExe "bt" [] ]
1675 `withExe`
1712 `withExe`
1938 , Right $ exAv "bt-pkg" 3 [] `withExe` exExe "exe2" []
1939 , Right $ exAv "bt-pkg" 2 [] `withExe` exExe "exe1" []
2048 Right $ exAv "alex" 1 [] `withExe` exExe "alex" [],
2071 Right $ exAv "alex" 1 [] `withExe` exExe "alex" [],
2072 Right $ exAv "alex" 2 [] `withExe` exExe "alex" [],
[all …]
H A DMemoryUsage.hs153 , Right $ exAv "B" 1 [] `withExe` exExe "exe" []
181 , Right $ exAv "B" 1 [] `withExe` exExe "exe" []
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DPackageDescription.hs42 withExe,
292 withExe :: PackageDescription -> (Executable -> IO ()) -> IO ()
293 withExe pkg_descr f = function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Types/
H A DPackageDescription.hs40 withExe,
270 withExe :: PackageDescription -> (Executable -> IO ()) -> IO ()
271 withExe pkg_descr f = function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Types/
H A DPackageDescription.hs40 withExe,
271 withExe :: PackageDescription -> (Executable -> IO ()) -> IO ()
272 withExe pkg_descr f = function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DPackageDescription.hs40 withExe,
270 withExe :: PackageDescription -> (Executable -> IO ()) -> IO ()
271 withExe pkg_descr f = function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Types/
H A DPackageDescription.hs42 withExe,
294 withExe :: PackageDescription -> (Executable -> IO ()) -> IO ()
295 withExe pkg_descr f = function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DPackageDescription.hs41 withExe,
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/
H A DPackageDescription.hs41 withExe,
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/solver-dsl/UnitTests/Distribution/Solver/Modular/
H A DDSL.hs34 , withExe
287 withExe :: ExampleAvailable -> ExExe -> ExampleAvailable
288 withExe ex exe = withExes ex [exe] function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/solver-dsl/UnitTests/Distribution/Solver/Modular/
H A DDSL.hs43 , withExe
351 withExe :: ExampleAvailable -> ExExe -> ExampleAvailable
352 withExe ex exe = withExes ex [exe] function