We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14201cd commit dd515d9Copy full SHA for dd515d9
dhall/src/Dhall/Import.hs
@@ -792,7 +792,7 @@ fetchFresh (Env env) = do
792
793
fetchFresh Missing = throwM (MissingImports [])
794
795
-
+-- | Fetch the text contents of a URL
796
fetchRemote :: URL -> StateT Status IO Data.Text.Text
797
#ifndef WITH_HTTP
798
fetchRemote (url@URL { headers = maybeHeadersExpression }) = do
@@ -1079,6 +1079,7 @@ originHeadersLoader headersExpr = do
1079
emptyStatus :: FilePath -> Status
1080
emptyStatus = makeEmptyStatus defaultNewManager defaultOriginHeaders
1081
1082
+-- | See 'emptyStatus'
1083
emptyStatusWithManager
1084
:: IO Manager
1085
-> FilePath
0 commit comments