mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-04 10:30:25 +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")]
|
{ requestHeaders = [("Content-Type", "text/csv")]
|
||||||
, requestBody = RequestBodyLBS lbs
|
, requestBody = RequestBodyLBS lbs
|
||||||
, checkStatus = \_ _ _ -> Nothing
|
, checkStatus = \_ _ _ -> Nothing
|
||||||
|
, method = "POST"
|
||||||
}
|
}
|
||||||
httpLbs req m >>= print
|
httpLbs req m >>= print
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user