diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
commit | 75711985512c8578e913a1b464816968b4aef5dd (patch) | |
tree | 5ab77d69af0e9bc315b58f1df6ba100e318adfce /tests/Data/TorrentSpec.hs | |
parent | 7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff) |
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'tests/Data/TorrentSpec.hs')
-rw-r--r-- | tests/Data/TorrentSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Data/TorrentSpec.hs b/tests/Data/TorrentSpec.hs index 7186429e..b4a280e4 100644 --- a/tests/Data/TorrentSpec.hs +++ b/tests/Data/TorrentSpec.hs | |||
@@ -19,7 +19,7 @@ import Test.QuickCheck | |||
19 | import Test.QuickCheck.Instances () | 19 | import Test.QuickCheck.Instances () |
20 | 20 | ||
21 | import Data.Torrent | 21 | import Data.Torrent |
22 | import Network.BitTorrent.Core.NodeInfoSpec () | 22 | import Network.BitTorrent.CoreSpec () |
23 | 23 | ||
24 | 24 | ||
25 | pico :: Gen (Maybe NominalDiffTime) | 25 | pico :: Gen (Maybe NominalDiffTime) |