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.
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.)
debianNameMap :: Lens' CabalInfo (Map PackageName VersionSplits)cabal-debian Debian.Debianize.CabalInfo No documentation available.
epochMap :: Lens' CabalInfo (Map PackageName Int)cabal-debian Debian.Debianize.CabalInfo No documentation available.
execMap :: Lens' DebInfo (Map String Relations)cabal-debian Debian.Debianize.DebInfo No documentation available.
extraLibMap :: Lens' DebInfo (Map String Relations)cabal-debian Debian.Debianize.DebInfo No documentation available.
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.)
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.)
type
DebMap = Map BinPkgName Maybe DebianVersioncabal-debian Debian.Debianize.Prelude No documentation available.
buildDebVersionMap :: IO DebMapcabal-debian Debian.Debianize.Prelude Query versions of installed packages
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.