Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
be263784
Commit
be263784
authored
Aug 28, 2014
by
Edward Z. Yang
Browse files
Remove build-depends from pkgDescrFieldDescrs
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
1ed5d26e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/PackageDescription/Parse.hs
View file @
be263784
...
...
@@ -123,9 +123,6 @@ pkgDescrFieldDescrs =
,
simpleField
"maintainer"
showFreeText
parseFreeText
maintainer
(
\
val
pkg
->
pkg
{
maintainer
=
val
})
,
commaListFieldWithSep
vcat
"build-depends"
disp
parse
buildDepends
(
\
xs
pkg
->
pkg
{
buildDepends
=
xs
})
,
simpleField
"stability"
showFreeText
parseFreeText
stability
(
\
val
pkg
->
pkg
{
stability
=
val
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment