summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 11:41:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-10 11:41:38 -0400
commitd4cc818c025d663a4c0a0d52da45205195fec285 (patch)
tree6dc44681bf1e6e19490813d8ebf505ca803754c4 /Remote
parentee728c1e73ffc7c86c52f3f123adbe0cf2a81a28 (diff)
fix build warning
Diffstat (limited to 'Remote')
-rw-r--r--Remote/S3.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs
index 9563b5a0f..2b7c58e6f 100644
--- a/Remote/S3.hs
+++ b/Remote/S3.hs
@@ -52,6 +52,7 @@ import Utility.Url (checkBoth, managerSettings, closeManager)
#if MIN_VERSION_http_client(0,5,0)
import Network.HTTP.Client (responseTimeoutNone)
#else
+responseTimeoutNone :: Maybe Int
responseTimeoutNone = Nothing
#endif