Skip to content
GitLab
Menu
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
4ab6a752
Commit
4ab6a752
authored
Apr 10, 2014
by
Mikhail Glushenkov
Browse files
Revert "-Wall police"
This reverts commit
68d9077c
.
parent
1552c58d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/PackageDescription/PrettyPrint.hs
View file @
4ab6a752
...
...
@@ -76,12 +76,12 @@ ppSourceRepo repo =
ppFields
::
[
FieldDescr
a
]
->
a
->
Doc
ppFields
fields
x
=
vcat
[
(
getter
x
)
|
FieldDescr
_
getter
_
<-
fields
]
vcat
[
(
getter
x
)
|
FieldDescr
name
getter
_
<-
fields
]
ppDiffFields
::
[
FieldDescr
a
]
->
a
->
a
->
Doc
ppDiffFields
fields
x
y
=
vcat
[
(
getter
x
)
|
FieldDescr
_
getter
_
<-
fields
|
FieldDescr
name
getter
_
<-
fields
,
render
(
getter
x
)
/=
render
(
getter
y
)
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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