Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal-syntax Distribution.System No documentation available.
Platform :: Arch -> OS -> PlatformCabal-syntax Distribution.System No documentation available.
-
Cabal-syntax Distribution.System The platform Cabal was compiled on. In most cases, LocalBuildInfo.hostPlatform should be used instead (the platform we're targeting).
platformFromTriple :: String -> Maybe PlatformCabal-syntax Distribution.System No documentation available.
-
Cabal-syntax Distribution.Types.ForeignLib An empty foreign library.
knownForeignLibTypes :: [ForeignLibType]Cabal-syntax Distribution.Types.ForeignLibType No documentation available.
-
Cabal-syntax Distribution.Types.GenericPackageDescription No documentation available.
-
Cabal-syntax Distribution.Types.GenericPackageDescription.Lens No documentation available.
hasForeignLibs :: PackageDescription -> BoolCabal-syntax Distribution.Types.PackageDescription Does this package have any foreign libraries?
withForeignLib :: PackageDescription -> (ForeignLib -> IO ()) -> IO ()Cabal-syntax Distribution.Types.PackageDescription Perform the action on each buildable ForeignLib in the package description.