ContentsIndex
Parsers.Slot
Description
this module parses the SLOT info of a package
Synopsis
get_slot :: FilePath -> IO ByteString
try_get_slot :: FilePath -> IO (Maybe ByteString)
Documentation
get_slot :: FilePath -> IO ByteString
open the SLOT info of a package and return as a ByteString
try_get_slot :: FilePath -> IO (Maybe ByteString)
same as get_slot but uses try_read so we can handle failure in opening a SLOT file during execution
Produced by Haddock version 2.4.2