Add "build-tool-depends" field to `BuildInfo` and parse it (with caveat)
commitc0b63100d5a8aea2731e883baff8cf9587cc13eb
authorJohn Ericson <Ericson2314@Yahoo.com>
Sat, 12 Nov 2016 20:12:53 +0000 (12 12:12 -0800)
committerJohn Ericson <Ericson2314@Yahoo.com>
Fri, 6 Jan 2017 21:42:08 +0000 (6 16:42 -0500)
tree6936531007b1093c5308720c6a86ec68692b5e7d
parentd692561f95865414d3a28584512e72c643869084
Add "build-tool-depends" field to `BuildInfo` and parse it (with caveat)

A lack of ":exename" is susposed to indicate all exe components of the package,
but this complicates parsing so I'm punting for now: an explicit component name
is required.
Cabal/Distribution/PackageDescription/Parse.hs
Cabal/Distribution/PackageDescription/Parsec/FieldDescr.hs
Cabal/Distribution/Types/BuildInfo.hs