Home
last modified time | relevance | path

Searched refs:soExt (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs67 mkSOName, mkHsSOName, soExt,
2749 OSMinGW32 -> root <.> soExt platform
2750 _ -> ("lib" ++ root) <.> soExt platform
2753 mkHsSOName platform root = ("lib" ++ root) <.> soExt platform
2755 soExt :: Platform -> FilePath
2756 soExt platform function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs67 mkSOName, mkHsSOName, soExt,
2749 OSMinGW32 -> root <.> soExt platform
2750 _ -> ("lib" ++ root) <.> soExt platform
2753 mkHsSOName platform root = ("lib" ++ root) <.> soExt platform
2755 soExt :: Platform -> FilePath
2756 soExt platform function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs174 suffix = if useDyn then soExt platform else "a"
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs66 mkSOName, mkHsSOName, soExt,
2796 OSMinGW32 -> root <.> soExt platform
2797 _ -> ("lib" ++ root) <.> soExt platform
2800 mkHsSOName platform root = ("lib" ++ root) <.> soExt platform
2802 soExt :: Platform -> FilePath
2803 soExt platform function
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DLinker.hs904 newTempLibName dflags TFL_CurrentModule (soExt platform)