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
5f76ddf4
Commit
5f76ddf4
authored
Oct 26, 2013
by
Mikhail Glushenkov
Browse files
Grammar.
parent
adb22d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
5f76ddf4
...
...
@@ -1251,7 +1251,7 @@ installUnpackedPackage verbosity buildLimit installLock numJobs
withFileContents
pkgConfFile
$
\
pkgConfText
->
case
Installed
.
parseInstalledPackageInfo
pkgConfText
of
Installed
.
ParseFailed
perror
->
error
(
show
perror
)
-- FIXME: Should we something with warnings?
-- FIXME: Should we
do
something with warnings?
Installed
.
ParseOk
_warnings
pkgConf
->
return
(
Just
pkgConf
)
else
return
Nothing
...
...
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