From 1f27ef2f2c557fee0fb67532d9c5408ce7ffd39e Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 16 Feb 2015 04:50:51 +0530
Subject: [PATCH] convert to base16 (hex) before doing urlencode

---
 deluge.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deluge.cabal b/deluge.cabal
index 4ae419b..522edfe 100644
--- a/deluge.cabal
+++ b/deluge.cabal
@@ -24,6 +24,7 @@ executable deluge
                        containers ==0.5.*,
                        time ==1.4.2,
                        bytestring,
+                       base16-bytestring,
                        doctest,
                        HTTP >=4000.2.1,
                        cryptohash
-- 
2.45.2