diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 04:57:55 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 04:57:55 +0400 |
commit | 0e129341291f20eacc03beefa51376c2dc43301c (patch) | |
tree | 63c97a6b6ce7d7782e7ba7049615541e57514fb7 /tests | |
parent | e6d3701b8ec6874a63e4e5b423498ac9a9cae664 (diff) |
remove reduntant imports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/info-hash.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/info-hash.hs b/tests/info-hash.hs index 1638a205..ce8d7db2 100644 --- a/tests/info-hash.hs +++ b/tests/info-hash.hs | |||
@@ -2,16 +2,13 @@ | |||
2 | module Main (main) where | 2 | module Main (main) where |
3 | 3 | ||
4 | import Data.ByteString (ByteString) | 4 | import Data.ByteString (ByteString) |
5 | import qualified Data.ByteString as B | ||
6 | import qualified Data.ByteString.Char8 as BC | 5 | import qualified Data.ByteString.Char8 as BC |
7 | import qualified Data.ByteString.Lazy as L | ||
8 | |||
9 | import Data.Torrent | 6 | import Data.Torrent |
10 | import Data.Torrent.InfoHash | ||
11 | 7 | ||
12 | import System.Environment | 8 | import System.Environment |
13 | import System.Exit | 9 | import System.Exit |
14 | 10 | ||
11 | |||
15 | checkInfo :: ByteString | 12 | checkInfo :: ByteString |
16 | checkInfo = "0221caf96aa3cb94f0f58d458e78b0fc344ad8bf" | 13 | checkInfo = "0221caf96aa3cb94f0f58d458e78b0fc344ad8bf" |
17 | 14 | ||