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)
|
#if MIN_VERSION_http_client(0,5,0)
|
||||||
import Network.HTTP.Client (responseTimeoutNone)
|
import Network.HTTP.Client (responseTimeoutNone)
|
||||||
#else
|
#else
|
||||||
|
responseTimeoutNone :: Maybe Int
|
||||||
responseTimeoutNone = Nothing
|
responseTimeoutNone = Nothing
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue