ContentsIndex
Drivers.Content
Description
this module contains the top level functions for retrieving the contents of a package.
Synopsis
display_package_contents :: FilePath -> IO ()
display_binary_package_contents :: FilePath -> IO ()
display_doc_package_contents :: FilePath -> IO ()
display_etc_package_contents :: FilePath -> IO ()
display_include_package_contents :: FilePath -> IO ()
display_library_package_contents :: FilePath -> IO ()
display_share_package_contents :: FilePath -> IO ()
retrieve_package_content :: FilePath -> IO [PackageContentItem]
Documentation
display_package_contents :: FilePath -> IO ()
function for displaying the full content of a package
display_binary_package_contents :: FilePath -> IO ()
function for displaying the binary files installed by a package
display_doc_package_contents :: FilePath -> IO ()
function for displaying the doc files installed by a package
display_etc_package_contents :: FilePath -> IO ()
function for displaying the /etc content of a package
display_include_package_contents :: FilePath -> IO ()
function for displaying the include files installed by a package
display_library_package_contents :: FilePath -> IO ()
function for displaying the library files installed by a package
display_share_package_contents :: FilePath -> IO ()
function for displaying the include files installed by a package
retrieve_package_content :: FilePath -> IO [PackageContentItem]
retrieve content of package located at location path
Produced by Haddock version 2.4.2