Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DBuildTarget.hs494 cinfoHsFiles = componentHsFiles c,
526 componentHsFiles :: Component -> [FilePath]
527 componentHsFiles (CExe exe) = [modulePath exe] function
528 componentHsFiles (CTest TestSuite { function
531 componentHsFiles (CBench Benchmark { function
534 componentHsFiles _ = [] function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DBuildTarget.hs495 cinfoHsFiles = componentHsFiles c,
527 componentHsFiles :: Component -> [FilePath]
528 componentHsFiles (CExe exe) = [modulePath exe] function
529 componentHsFiles (CTest TestSuite { function
532 componentHsFiles (CBench Benchmark { function
535 componentHsFiles _ = [] function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DBuildTarget.hs496 cinfoHsFiles = componentHsFiles c,
528 componentHsFiles :: Component -> [FilePath]
529 componentHsFiles (CExe exe) = [modulePath exe] function
530 componentHsFiles (CTest TestSuite { function
533 componentHsFiles (CBench Benchmark { function
536 componentHsFiles _ = [] function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DBuildTarget.hs495 cinfoHsFiles = componentHsFiles c,
527 componentHsFiles :: Component -> [FilePath]
528 componentHsFiles (CExe exe) = [modulePath exe] function
529 componentHsFiles (CTest TestSuite { function
532 componentHsFiles (CBench Benchmark { function
535 componentHsFiles _ = [] function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DBuildTarget.hs496 cinfoHsFiles = componentHsFiles c,
528 componentHsFiles :: Component -> [FilePath]
529 componentHsFiles (CExe exe) = [modulePath exe] function
530 componentHsFiles (CTest TestSuite { function
533 componentHsFiles (CBench Benchmark { function
536 componentHsFiles _ = [] function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DTargetSelector.hs1797 cinfoHsFiles = ordNub (componentHsFiles c),
1822 componentHsFiles :: Component -> [FilePath]
1823 componentHsFiles (CExe exe) = [modulePath exe] function
1824 componentHsFiles (CTest TestSuite { function
1827 componentHsFiles (CBench Benchmark { function
1830 componentHsFiles _ = [] function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DTargetSelector.hs1820 cinfoHsFiles = ordNub (componentHsFiles c),
1845 componentHsFiles :: Component -> [FilePath]
1846 componentHsFiles (CExe exe) = [modulePath exe] function
1847 componentHsFiles (CTest TestSuite { function
1850 componentHsFiles (CBench Benchmark { function
1853 componentHsFiles _ = [] function