summaryrefslogtreecommitdiff
path: root/tests/Data/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 19:22:30 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 19:22:30 +0400
commit10b16409b44e0f11db57e52d6ddd1f95a4eb7aec (patch)
tree0bdc7507478221a1614a23093c4bdba54d87bcf5 /tests/Data/Torrent
parent5bf4d49718b5b336befc5f5406eb22c17aa03fe8 (diff)
Fix -Wall suggestions in tests
Diffstat (limited to 'tests/Data/Torrent')
-rw-r--r--tests/Data/Torrent/InfoHashSpec.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Data/Torrent/InfoHashSpec.hs b/tests/Data/Torrent/InfoHashSpec.hs
index 3cc110c1..06570ec9 100644
--- a/tests/Data/Torrent/InfoHashSpec.hs
+++ b/tests/Data/Torrent/InfoHashSpec.hs
@@ -4,7 +4,6 @@ module Data.Torrent.InfoHashSpec (spec) where
4import Control.Applicative 4import Control.Applicative
5import Data.ByteString as BS 5import Data.ByteString as BS
6import Data.Convertible 6import Data.Convertible
7import Data.Maybe
8import System.FilePath 7import System.FilePath
9import Test.Hspec 8import Test.Hspec
10import Test.QuickCheck 9import Test.QuickCheck