haskell-ci-0.18.1: Cabal package script generator for Travis-CI
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellCI.ParsecUtils

Documentation

readAndParseFile Source #

Arguments

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

File fields to final value parser

-> FilePath

File to read

-> IO a