cabal-install-parsers-0.1: Utilities to work with cabal-install files

Safe HaskellNone
LanguageHaskell2010

Cabal.Package

Synopsis

Documentation

readPackage :: FilePath -> IO GenericPackageDescription Source #

High level convinience function to read package definitons, .cabal files.

May throw IOException when file doesn't exist, and ParseError on parse error.