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
034fa3ed
Commit
034fa3ed
authored
Jan 18, 2008
by
Duncan Coutts
Browse files
Trivial change to utils
parent
0a734a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Hackage/Utils.hs
View file @
034fa3ed
...
...
@@ -21,7 +21,7 @@ fileNotFoundExceptions e =
ioErrors
e
>>=
\
ioe
->
guard
(
isDoesNotExistError
ioe
)
>>
return
ioe
showDependencies
::
[
Dependency
]
->
String
showDependencies
=
concat
.
interspers
e
", "
.
map
(
show
.
showDependency
)
showDependencies
=
intercalat
e
", "
.
map
(
show
.
showDependency
)
equating
::
Eq
a
=>
(
b
->
a
)
->
b
->
b
->
Bool
equating
p
x
y
=
p
x
==
p
y
...
...
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