Home
last modified time | relevance | path

Searched refs:orNoSuchThing (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.hs622 orNoSuchThing "component" str
631 orNoSuchThing (showComponentKind ckind ++ " component") str
683 orNoSuchThing "module" str
898 orNoSuchThing :: String -> String -> Match a -> Match a
899 orNoSuchThing thing got (NoMatch 0 _) = matchErrorNoSuch thing got function
900 orNoSuchThing _ _ m = m function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DBuildTarget.hs623 orNoSuchThing "component" str
632 orNoSuchThing (showComponentKind ckind ++ " component") str
684 orNoSuchThing "module" str
899 orNoSuchThing :: String -> String -> Match a -> Match a
900 orNoSuchThing thing got (NoMatch 0 _) = matchErrorNoSuch thing got function
901 orNoSuchThing _ _ m = m function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DBuildTarget.hs624 orNoSuchThing "component" str
633 orNoSuchThing (showComponentKind ckind ++ " component") str
685 orNoSuchThing "module" str
900 orNoSuchThing :: String -> String -> Match a -> Match a
901 orNoSuchThing thing got (NoMatch 0 _) = matchErrorNoSuch thing got function
902 orNoSuchThing _ _ m = m 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.hs623 orNoSuchThing "component" str
632 orNoSuchThing (showComponentKind ckind ++ " component") str
684 orNoSuchThing "module" str
899 orNoSuchThing :: String -> String -> Match a -> Match a
900 orNoSuchThing thing got (NoMatch 0 _) = matchErrorNoSuch thing got function
901 orNoSuchThing _ _ m = m function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DBuildTarget.hs624 orNoSuchThing "component" str
633 orNoSuchThing (showComponentKind ckind ++ " component") str
685 orNoSuchThing "module" str
900 orNoSuchThing :: String -> String -> Match a -> Match a
901 orNoSuchThing thing got (NoMatch 0 _) = matchErrorNoSuch thing got function
902 orNoSuchThing _ _ m = m function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DTargetSelector.hs1977 orNoSuchThing "package" str
1994 orNoSuchThing "package directory" str (map (snd . fst) dirs) $
2007 orNoSuchThing "package .cabal file" str (map (snd . fst) files) $
2038 orNoSuchThing "component" str (map cinfoStrName cs)
2046 orNoSuchThing (showComponentKind ckind ++ " component") str
2074 orNoSuchThing "module" str (map display ms)
2081 orNoSuchThing "module" str (map (display . fst) ms)
2111 orNoSuchThing "file" str [] $
2276 orNoSuchThing :: String -> String -> [String] -> Match a -> Match a
2277 orNoSuchThing thing got alts (NoMatch 0 _) = matchErrorNoSuch thing got alts function
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DTargetSelector.hs2000 orNoSuchThing "package" str
2017 orNoSuchThing "package directory" str (map (snd . fst) dirs) $
2030 orNoSuchThing "package .cabal file" str (map (snd . fst) files) $
2061 orNoSuchThing "component" str (map cinfoStrName cs)
2069 orNoSuchThing (showComponentKind ckind ++ " component") str
2097 orNoSuchThing "module" str (map prettyShow ms)
2104 orNoSuchThing "module" str (map (prettyShow . fst) ms)
2134 orNoSuchThing "file" str [] $
2300 orNoSuchThing :: String -> String -> [String] -> Match a -> Match a
2301 orNoSuchThing thing got alts (NoMatch 0 _) = matchErrorNoSuch thing got alts function
[all …]