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.

  1. data PlanJson

    cabal-plan Cabal.Plan

    Represents the information contained in cabal's plan.json file. This comprises basic information describing the environment as well as the install/build plan computed by cabal.

  2. PlanJson :: Ver -> Ver -> PkgId -> Text -> Text -> !Map UnitId Unit -> PlanJson

    cabal-plan Cabal.Plan

    No documentation available.

  3. ProjectRelativeToDir :: FilePath -> SearchPlanJson

    cabal-plan Cabal.Plan

    Find the project root relative to specified directory and look for plan.json there.

  4. module Distribution.Nixpkgs.Haskell.FromCabal.PostProcess

    No documentation available.

  5. type PackageData = Map Version VersionData

    cabal2nix Distribution.Nixpkgs.Haskell.Hackage

    No documentation available.

  6. module Distribution.Nixpkgs.Haskell.PackageSourceSpec

    No documentation available.

  7. data Package

    cabal2nix Distribution.Nixpkgs.Haskell.PackageSourceSpec

    No documentation available.

  8. Package :: DerivationSource -> Bool -> GenericPackageDescription -> Package

    cabal2nix Distribution.Nixpkgs.Haskell.PackageSourceSpec

    No documentation available.

  9. PackageYamlHpack :: HpackUse

    cabal2nix Distribution.Nixpkgs.Haskell.PackageSourceSpec

    No documentation available.

  10. module Distribution.Nixpkgs.Haskell.Platform

    This module defines conversions from the (autoconf-derived) platform strings nixpkgs uses into Cabal's Platform type. This is intended to facilitate later evaluation of .cabal files. For this conversion Cabal's Permissive heuristics are used as well as a logic equivalent to the GHC_CONVERT_* macros from GHC's configure script. Since the process is inherently lossy because Cabal ignores certain factors like endianness, conversion from Platform to nixpkgs' platform strings. For this usecase, try Distribution.Nixpkgs.Meta from distribution-nixpkgs.

Page 1250 of many | Previous | Next