mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 16:28:29 +01:00
Fix Hackage distro upload?
This commit is contained in:
parent
bd3bfe55d5
commit
cf1a24a6e6
@ -111,6 +111,7 @@ main = withManager defaultManagerSettings $ \m -> do
|
||||
{ requestHeaders = [("Content-Type", "text/csv")]
|
||||
, requestBody = RequestBodyLBS lbs
|
||||
, checkStatus = \_ _ _ -> Nothing
|
||||
, method = "POST"
|
||||
}
|
||||
httpLbs req m >>= print
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user