From 08eeeaa520b08858af9efafe8ad921dc6e7a46e1 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 13 Dec 2013 08:24:58 +0400 Subject: Expose tracker RPC module --- tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs | 2 +- tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Network/BitTorrent/Tracker/RPC') diff --git a/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs index 6ff68cdf..37029b75 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/HTTPSpec.hs @@ -1,4 +1,4 @@ -module Network.BitTorrent.Tracker.RPC.HTTPSpec (spec) where +module Network.BitTorrent.Tracker.RPC.HTTPSpec (spec, trackerURIs) where import Control.Monad import Control.Monad.Trans diff --git a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs index 53babbb3..e46f15b6 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs @@ -1,5 +1,5 @@ {-# LANGUAGE RecordWildCards #-} -module Network.BitTorrent.Tracker.RPC.UDPSpec (spec) where +module Network.BitTorrent.Tracker.RPC.UDPSpec (spec, trackerURIs) where import Control.Monad import Data.Default -- cgit v1.2.3