diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-26 07:42:57 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-26 07:42:57 +0400 |
commit | a7fda9d39ed82cb9d3ad0c28e76e88e59539a492 (patch) | |
tree | 925183a691bbb57ca5f7140614e1fdbc610b3b1e /tests/Network/BitTorrent/Client/HandleSpec.hs | |
parent | 4587ffd5406162bb06a6549ffd2ff277e0a93916 (diff) | |
parent | 85bf8475bbbce79b1bedde641192fa945614283d (diff) |
Merge branch 'tidy' into dev
Diffstat (limited to 'tests/Network/BitTorrent/Client/HandleSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Client/HandleSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Client/HandleSpec.hs b/tests/Network/BitTorrent/Client/HandleSpec.hs index 8e16d9b0..d51bab02 100644 --- a/tests/Network/BitTorrent/Client/HandleSpec.hs +++ b/tests/Network/BitTorrent/Client/HandleSpec.hs | |||
@@ -2,7 +2,7 @@ module Network.BitTorrent.Client.HandleSpec (spec) where | |||
2 | import Data.Default | 2 | import Data.Default |
3 | import Test.Hspec | 3 | import Test.Hspec |
4 | 4 | ||
5 | import Data.Torrent.Magnet | 5 | import Data.Torrent |
6 | import Network.BitTorrent.Client | 6 | import Network.BitTorrent.Client |
7 | import Network.BitTorrent.Client.Handle | 7 | import Network.BitTorrent.Client.Handle |
8 | 8 | ||