diff options
-rw-r--r-- | bittorrent.cabal | 1 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Tracker/MessageSpec.hs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 237996be..f1a04329 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -160,7 +160,6 @@ test-suite spec | |||
160 | , directory | 160 | , directory |
161 | , filepath | 161 | , filepath |
162 | , time | 162 | , time |
163 | , random | ||
164 | 163 | ||
165 | , aeson | 164 | , aeson |
166 | , cereal | 165 | , cereal |
diff --git a/tests/Network/BitTorrent/Tracker/MessageSpec.hs b/tests/Network/BitTorrent/Tracker/MessageSpec.hs index 2a882c5d..44dc2c7a 100644 --- a/tests/Network/BitTorrent/Tracker/MessageSpec.hs +++ b/tests/Network/BitTorrent/Tracker/MessageSpec.hs | |||
@@ -15,7 +15,6 @@ import Test.Hspec | |||
15 | import Test.QuickCheck | 15 | import Test.QuickCheck |
16 | import Test.QuickCheck.Gen | 16 | import Test.QuickCheck.Gen |
17 | import Network.HTTP.Types.URI | 17 | import Network.HTTP.Types.URI |
18 | import System.Random | ||
19 | 18 | ||
20 | import Data.Torrent.InfoHashSpec () | 19 | import Data.Torrent.InfoHashSpec () |
21 | import Data.Torrent.ProgressSpec () | 20 | import Data.Torrent.ProgressSpec () |