Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. remapCabal :: forall (m :: Type -> Type) . Monad m => PackageName -> DebBase -> CabalT m ()

    cabal-debian Debian.Debianize

    Replace any existing mapping of the cabal name pname with the debian name dname. (Use case: to change the debian package name so it differs from the package provided by ghc.)

  2. debianNameMap :: Lens' CabalInfo (Map PackageName VersionSplits)

    cabal-debian Debian.Debianize.CabalInfo

    No documentation available.

  3. epochMap :: Lens' CabalInfo (Map PackageName Int)

    cabal-debian Debian.Debianize.CabalInfo

    No documentation available.

  4. execMap :: Lens' DebInfo (Map String Relations)

    cabal-debian Debian.Debianize.DebInfo

    No documentation available.

  5. extraLibMap :: Lens' DebInfo (Map String Relations)

    cabal-debian Debian.Debianize.DebInfo

    No documentation available.

  6. remapCabal :: forall (m :: Type -> Type) . Monad m => PackageName -> DebBase -> CabalT m ()

    cabal-debian Debian.Debianize.DebianName

    Replace any existing mapping of the cabal name pname with the debian name dname. (Use case: to change the debian package name so it differs from the package provided by ghc.)

  7. debianizationFileMap :: forall (m :: Type -> Type) . MonadFail m => DebianT m (Map FilePath Text)

    cabal-debian Debian.Debianize.Files

    Turn the Debianization into a list of files, making sure the text associated with each path is unique. Assumes that finalizeDebianization has already been called. (Yes, I'm considering building one into the other, but it is handy to look at the Debianization produced by finalizeDebianization in the unit tests.)

  8. type DebMap = Map BinPkgName Maybe DebianVersion

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  9. buildDebVersionMap :: IO DebMap

    cabal-debian Debian.Debianize.Prelude

    Query versions of installed packages

  10. dpkgFileMap :: IO (Map FilePath (Set BinPkgName))

    cabal-debian Debian.Debianize.Prelude

    Create a map from pathname to the names of the packages that contains that pathname using the contents of the debian package info directory varlibdpkginfo.

Page 1131 of many | Previous | Next