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
68d9077c
Commit
68d9077c
authored
Apr 08, 2014
by
tibbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-Wall police
parent
0038d05a
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 @
68d9077c
...
...
@@ -76,12 +76,12 @@ ppSourceRepo repo =
ppFields
::
[
FieldDescr
a
]
->
a
->
Doc
ppFields
fields
x
=
vcat
[
(
getter
x
)
|
FieldDescr
name
getter
_
<-
fields
]
vcat
[
(
getter
x
)
|
FieldDescr
_
getter
_
<-
fields
]
ppDiffFields
::
[
FieldDescr
a
]
->
a
->
a
->
Doc
ppDiffFields
fields
x
y
=
vcat
[
(
getter
x
)
|
FieldDescr
name
getter
_
<-
fields
|
FieldDescr
_
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