haskell-ci-0.14.2: Cabal package script generator for Travis-CI
Safe HaskellNone
LanguageHaskell2010

HaskellCI.ParsecUtils

Documentation

readAndParseFile Source #

Arguments

:: ([Field Position] -> ParseResult a)

File fields to final value parser

-> FilePath

File to read

-> IO a