aboutsummaryrefslogtreecommitdiff
path: root/Utility/Url.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-24 23:44:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-24 23:44:30 -0400
commitd89ef06a2718db9db8af85ff1166ffdeb45a9ba8 (patch)
tree73e62553cd444ff46ef7aa598b55941ecacc43f2 /Utility/Url.hs
parentb0e40867cea9b46bb231ef24516aec7dd09c8473 (diff)
Added support for quvi 0.9. Slightly suboptimal due to limitations in its interface compared with the old version.
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