Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs287 displayLicense l | needSpdx = prettyShow (licenseToSPDX l)
291 | needSpdx = case eitherParsec t :: Either String SPDX.License of function
308 needSpdx = maybe False (>= mkVersion [2,2]) $ flagToMaybe (cabalVersion flags) function