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
11ded09e
Commit
11ded09e
authored
Aug 10, 2008
by
Duncan Coutts
Browse files
Remove most warnings from BuildReports.Upload module
parent
bb14b56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/BuildReports/Upload.hs
View file @
11ded09e
...
...
@@ -9,30 +9,17 @@ module Distribution.Client.BuildReports.Upload
,
putBuildLog
)
where
import
Distribution.Client.Types
(
Username
(
..
),
Password
(
..
))
import
Distribution.Client.HttpUtils
(
proxy
)
import
Distribution.Simple.Utils
(
debug
,
notice
,
warn
)
import
Distribution.Verbosity
(
Verbosity
)
import
Network.Browser
(
BrowserAction
,
browse
,
request
,
Authority
(
..
),
addAuthority
,
setAuthorityGen
,
setOutHandler
,
setErrHandler
,
setProxy
,
setAllowRedirects
)
(
BrowserAction
,
request
,
setAllowRedirects
)
import
Network.HTTP
(
Header
(
..
),
HeaderName
(
..
)
,
Request
(
..
),
RequestMethod
(
..
),
Response
(
..
)
)
import
Network.URI
(
URI
,
uriPath
,
parseURI
,
parseRelativeReference
,
relativeTo
)
import
Network.URI
(
URI
,
uriPath
,
parseRelativeReference
,
relativeTo
)
import
Data.Char
(
intToDigit
)
import
Numeric
(
showHex
)
import
System.IO
(
hFlush
,
stdin
,
stdout
,
hGetEcho
,
hSetEcho
,
openBinaryFile
,
IOMode
(
ReadMode
),
hGetContents
)
import
Control.Exception
(
bracket
)
import
Control.Monad
import
System.Random
(
randomRIO
)
(
forM_
)
import
System.FilePath.Posix
(
(
</>
)
)
import
qualified
Distribution.Client.BuildReports.Anonymous
as
BuildReport
import
Distribution.Client.BuildReports.Anonymous
(
BuildReport
)
...
...
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