Skip to content

Commit eb49c35

Browse files
committed
Remove build-depends from pkgDescrFieldDescrs
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent c813a7d commit eb49c35

File tree

1 file changed

+0
-3
lines changed
  • Cabal/Distribution/PackageDescription

1 file changed

+0
-3
lines changed

Cabal/Distribution/PackageDescription/Parse.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ pkgDescrFieldDescrs =
118118
, simpleField "maintainer"
119119
showFreeText parseFreeText
120120
maintainer (\val pkg -> pkg{maintainer=val})
121-
, commaListFieldWithSep vcat "build-depends"
122-
disp parse
123-
buildDepends (\xs pkg -> pkg{buildDepends=xs})
124121
, simpleField "stability"
125122
showFreeText parseFreeText
126123
stability (\val pkg -> pkg{stability=val})

0 commit comments

Comments
 (0)