diff --git a/mega-sdist.cabal b/mega-sdist.cabal
--- a/mega-sdist.cabal
+++ b/mega-sdist.cabal
@@ -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
diff --git a/mega-sdist.hs b/mega-sdist.hs
--- a/mega-sdist.hs
+++ b/mega-sdist.hs
@@ -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
