Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DLicense.hs48 licenseToSPDX,
151 licenseToSPDX :: License -> SPDX.License
152 licenseToSPDX l = case l of function
206 map (\x -> (licenseToSPDX x, x)) knownLicenses
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/
H A DLicense.hs48 licenseToSPDX,
151 licenseToSPDX :: License -> SPDX.License
152 licenseToSPDX l = case l of function
206 map (\x -> (licenseToSPDX x, x)) knownLicenses
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/
H A DLicense.hs48 licenseToSPDX,
151 licenseToSPDX :: License -> SPDX.License
152 licenseToSPDX l = case l of function
206 map (\x -> (licenseToSPDX x, x)) knownLicenses
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/
H A DLicense.hs48 licenseToSPDX,
151 licenseToSPDX :: License -> SPDX.License
152 licenseToSPDX l = case l of function
206 map (\x -> (licenseToSPDX x, x)) knownLicenses
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/
H A DLicense.hs48 licenseToSPDX,
151 licenseToSPDX :: License -> SPDX.License
152 licenseToSPDX l = case l of function
206 map (\x -> (licenseToSPDX x, x)) knownLicenses
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/
H A DLicense.hs22 Just l -> CanSPDX l (Cabal.licenseToSPDX l)
34 inferLicense = fmap (uncurry CanSPDX . (id &&& Cabal.licenseToSPDX) . toLicense) . Infer.inferLicen…
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/
H A DLicense.hs22 Just l -> CanSPDX l (Cabal.licenseToSPDX l)
34 inferLicense = fmap (uncurry CanSPDX . (id &&& Cabal.licenseToSPDX) . toLicense) . Infer.inferLicen…
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DRegister.hs76 import Distribution.License (licenseToSPDX, licenseFromSPDX)
407 then Left $ either id licenseToSPDX $ licenseRaw pkg
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DRegister.hs76 import Distribution.License (licenseToSPDX, licenseFromSPDX)
406 then Left $ either id licenseToSPDX $ licenseRaw pkg
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DRegister.hs76 import Distribution.License (licenseToSPDX, licenseFromSPDX)
406 then Left $ either id licenseToSPDX $ licenseRaw pkg
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DRegister.hs76 import Distribution.License (licenseToSPDX, licenseFromSPDX)
406 then Left $ either id licenseToSPDX $ licenseRaw pkg
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DRegister.hs76 import Distribution.License (licenseToSPDX, licenseFromSPDX)
407 then Left $ either id licenseToSPDX $ licenseRaw pkg
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs80 ( License(..), knownLicenses, licenseToSPDX )
287 displayLicense l | needSpdx = prettyShow (licenseToSPDX l)
1161 go l = prettyShow (licenseToSPDX l)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DPackageDescription.hs190 license' = either id licenseToSPDX
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Types/
H A DPackageDescription.hs168 license' = either id licenseToSPDX
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Types/
H A DPackageDescription.hs169 license' = either id licenseToSPDX
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DPackageDescription.hs168 license' = either id licenseToSPDX
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Types/
H A DPackageDescription.hs192 license' = either id licenseToSPDX