summaryrefslogtreecommitdiff
path: root/src/Data/Torrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r--src/Data/Torrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index 4af583ed..dbe248eb 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -147,7 +147,7 @@ module Data.Torrent
147 , renderURN 147 , renderURN
148 ) where 148 ) where
149 149
150import Prelude 150import Prelude hiding ((<>))
151import Control.Applicative 151import Control.Applicative
152import Control.DeepSeq 152import Control.DeepSeq
153import Control.Exception 153import Control.Exception