Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
4ab6a752
Commit
4ab6a752
authored
Apr 10, 2014
by
Mikhail Glushenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "-Wall police"
This reverts commit
68d9077c
.
parent
1552c58d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Cabal/Distribution/PackageDescription/PrettyPrint.hs
Cabal/Distribution/PackageDescription/PrettyPrint.hs
+2
-2
No files found.
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
Markdown
is supported
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