fix build warning
This commit is contained in:
parent
effd50d918
commit
b72352e1b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue