mega-sdist 0.2.10 → 0.2.10.1
raw patch · 2 files changed
+3/−4 lines, 2 files
Files
- mega-sdist.cabal +1/−1
- mega-sdist.hs +2/−3
mega-sdist.cabal view
@@ -1,5 +1,5 @@ Name: mega-sdist-Version: 0.2.10+Version: 0.2.10.1 Synopsis: Handles uploading to Hackage from mega repos Description: See README.md Homepage: https://github.com/snoyberg/mega-sdist
mega-sdist.hs view
@@ -130,11 +130,10 @@ | otherwise -> do reqH <- getUrlHackage package resH <- C.runResourceT $ httpLbs reqH- { rawBody = True #if MIN_VERSION_http_conduit(1, 9, 0)- , checkStatus = \_ _ _ -> Nothing+ { checkStatus = \_ _ _ -> Nothing #else- , checkStatus = \_ _ -> Nothing+ { checkStatus = \_ _ -> Nothing #endif } m case () of