summaryrefslogtreecommitdiff
path: root/Utility/Url.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Url.hs')
-rw-r--r--Utility/Url.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs
index 97296c920..03c311fd2 100644
--- a/Utility/Url.hs
+++ b/Utility/Url.hs
@@ -14,7 +14,8 @@ module Utility.Url (
checkBoth,
exists,
download,
- downloadQuiet
+ downloadQuiet,
+ parseURIRelaxed
) where
import Common