haskell-ci-0.6: 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