Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- parseString :: (ByteString -> ParseResult a) -> Verbosity -> String -> ByteString -> IO a
- readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescription
Documentation
:: (ByteString -> ParseResult a) | File contents to final value parser |
-> Verbosity | Verbosity level |
-> String | File name |
-> ByteString | |
-> IO a |
readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescription #
Parse the given package file.