Home
last modified time | relevance | path

Searched refs:toPathTemplate (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DInstallDirs.hs39 toPathTemplate,
180 return dflt { datasubdir = toPathTemplate $ "$abi" </> "$libname",
181 docdir = toPathTemplate $ "$datadir" </> "doc" </> "$abi" </> "$libname"
199 return $ fmap toPathTemplate $ InstallDirs {
363 toPathTemplate :: FilePath -> PathTemplate
364 toPathTemplate fp = PathTemplate function
H A DSetup.hs370 configProgPrefix = Flag (toPathTemplate ""),
371 configProgSuffix = Flag (toPathTemplate ""),
725 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
838 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
1569 (toFlag . toPathTemplate)
1885 testMachineLog = toFlag $ toPathTemplate $ "$pkgid.log",
1928 (toFlag . toPathTemplate)
1935 (toFlag . toPathTemplate)
1968 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
1976 (reqArg' "TEMPLATE" (\x -> [toPathTemplate x])
[all …]
H A DBench.hs126 [(BenchmarkNameVar, toPathTemplate $ unUnqualComponentName $ PD.benchmarkName bm)]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DInstallDirs.hs40 toPathTemplate,
182 return dflt { datasubdir = toPathTemplate $ "$abi" </> "$libname",
183 docdir = toPathTemplate $ "$datadir" </> "doc" </> "$abi" </> "$libname"
201 return $ fmap toPathTemplate $ InstallDirs {
366 toPathTemplate :: FilePath -> PathTemplate
367 toPathTemplate fp = PathTemplate function
H A DSetup.hs369 configProgPrefix = Flag (toPathTemplate ""),
370 configProgSuffix = Flag (toPathTemplate ""),
724 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
1559 (toFlag . toPathTemplate)
1876 testMachineLog = toFlag $ toPathTemplate $ "$pkgid.log",
1919 (toFlag . toPathTemplate)
1926 (toFlag . toPathTemplate)
1959 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
1967 (reqArg' "TEMPLATE" (\x -> [toPathTemplate x])
2035 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
[all …]
H A DBench.hs125 [(BenchmarkNameVar, toPathTemplate $ unUnqualComponentName $ PD.benchmarkName bm)]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DInstallDirs.hs40 toPathTemplate,
182 return dflt { datasubdir = toPathTemplate $ "$abi" </> "$libname",
183 docdir = toPathTemplate $ "$datadir" </> "doc" </> "$abi" </> "$libname"
201 return $ fmap toPathTemplate $ InstallDirs {
366 toPathTemplate :: FilePath -> PathTemplate
367 toPathTemplate fp = PathTemplate function
H A DSetup.hs369 configProgPrefix = Flag (toPathTemplate ""),
370 configProgSuffix = Flag (toPathTemplate ""),
724 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
1559 (toFlag . toPathTemplate)
1876 testMachineLog = toFlag $ toPathTemplate $ "$pkgid.log",
1919 (toFlag . toPathTemplate)
1926 (toFlag . toPathTemplate)
1959 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
1967 (reqArg' "TEMPLATE" (\x -> [toPathTemplate x])
2035 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DInstallDirs.hs40 toPathTemplate,
182 return dflt { datasubdir = toPathTemplate $ "$abi" </> "$libname",
183 docdir = toPathTemplate $ "$datadir" </> "doc" </> "$abi" </> "$libname"
201 return $ fmap toPathTemplate $ InstallDirs {
366 toPathTemplate :: FilePath -> PathTemplate
367 toPathTemplate fp = PathTemplate function
H A DSetup.hs368 configProgPrefix = Flag (toPathTemplate ""),
369 configProgSuffix = Flag (toPathTemplate ""),
723 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
1496 (toFlag . toPathTemplate)
1813 testMachineLog = toFlag $ toPathTemplate $ "$pkgid.log",
1856 (toFlag . toPathTemplate)
1863 (toFlag . toPathTemplate)
1896 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
1904 (reqArg' "TEMPLATE" (\x -> [toPathTemplate x])
1972 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DInstallDirs.hs40 toPathTemplate,
182 return dflt { datasubdir = toPathTemplate $ "$abi" </> "$libname",
183 docdir = toPathTemplate $ "$datadir" </> "doc" </> "$abi" </> "$libname"
201 return $ fmap toPathTemplate $ InstallDirs {
366 toPathTemplate :: FilePath -> PathTemplate
367 toPathTemplate fp = PathTemplate function
H A DSetup.hs373 configProgPrefix = Flag (toPathTemplate ""),
374 configProgSuffix = Flag (toPathTemplate ""),
728 (fmap fromPathTemplate . get) (set . fmap toPathTemplate)
1573 (toFlag . toPathTemplate)
1890 testMachineLog = toFlag $ toPathTemplate $ "$pkgid.log",
1933 (toFlag . toPathTemplate)
1940 (toFlag . toPathTemplate)
1973 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
1981 (reqArg' "TEMPLATE" (\x -> [toPathTemplate x])
2049 (reqArg' "TEMPLATES" (map toPathTemplate . splitArgs)
[all …]
/dports/lang/ghc/ghc-8.10.7/utils/ghc-cabal/
H A DMain.hs237 prefix = toPathTemplate $
241 libdir = toPathTemplate $
245 dynlibdir = toPathTemplate $
249 libsubdir = toPathTemplate "$libname",
250 docdir = toPathTemplate $
254 htmldir = toPathTemplate "$docdir"
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/Test/
H A DLog.hs123 ++ [ (TestSuiteNameVar, toPathTemplate test_name)
124 , (TestSuiteResultVar, toPathTemplate $ resultString result)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/Test/
H A DLog.hs123 ++ [ (TestSuiteNameVar, toPathTemplate test_name)
124 , (TestSuiteResultVar, toPathTemplate $ resultString result)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/Test/
H A DLog.hs123 ++ [ (TestSuiteNameVar, toPathTemplate test_name)
124 , (TestSuiteResultVar, toPathTemplate $ resultString result)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/Test/
H A DLog.hs123 ++ [ (TestSuiteNameVar, toPathTemplate test_name)
124 , (TestSuiteResultVar, toPathTemplate $ resultString result)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/Test/
H A DLog.hs123 ++ [ (TestSuiteNameVar, toPathTemplate test_name)
124 , (TestSuiteResultVar, toPathTemplate $ resultString result)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/
H A DArbitraryInstances.hs177 arbitrary = toPathTemplate <$> arbitraryShortToken
178 shrink t = [ toPathTemplate s
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Backpack/
H A DId.hs59 (toPathTemplate cid0))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Backpack/
H A DId.hs58 (toPathTemplate cid0))
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Backpack/
H A DId.hs58 (toPathTemplate cid0))
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Backpack/
H A DId.hs59 (toPathTemplate cid0))
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Backpack/
H A DId.hs58 (toPathTemplate cid0))
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/Sandbox/
H A DPackageEnvironment.hs49 , fromPathTemplate, toPathTemplate )
170 prefix = toFlag (toPathTemplate sandboxDir)
208 installSummaryFile = toNubList [toPathTemplate (sandboxDir </>

123