summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Cochrane <adrian@openwork.nz>2020-04-17 20:22:44 +1200
committerAdrian Cochrane <adrian@openwork.nz>2020-04-17 20:22:44 +1200
commit861a5e49ddfffaec848bfeabd6c2a1a0ed8c7d31 (patch)
tree3bec0d876def84728504ab5d289950f80a9fc818
parentf7a8c1d76fa7ee17b7a81db535639ca2be1b77e5 (diff)
downloadhurl-861a5e49ddfffaec848bfeabd6c2a1a0ed8c7d31.tar.gz
hurl-861a5e49ddfffaec848bfeabd6c2a1a0ed8c7d31.tar.bz2
hurl-861a5e49ddfffaec848bfeabd6c2a1a0ed8c7d31.zip
Expose downloadToURI function.
-rw-r--r--src/Network/URI/Fetch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/URI/Fetch.hs b/src/Network/URI/Fetch.hs
index 4ba8701..f5c1fab 100644
--- a/src/Network/URI/Fetch.hs
+++ b/src/Network/URI/Fetch.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
-- | Retrieves documents for a URL, supporting multiple URL schemes that can be
-- disabled at build-time for reduced dependencies.
-module Network.URI.Fetch(Session, locale, newSession, fetchURL, dispatchByMIME, saveDownload) where
+module Network.URI.Fetch(Session, locale, newSession, fetchURL, dispatchByMIME, saveDownload, downloadToURI) where
import qualified Data.Text as Txt
import Data.Text (Text)