From 861a5e49ddfffaec848bfeabd6c2a1a0ed8c7d31 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Fri, 17 Apr 2020 20:22:44 +1200 Subject: [PATCH] Expose downloadToURI function. --- src/Network/URI/Fetch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2