summaryrefslogtreecommitdiff
path: root/tests/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:30:02 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-27 16:30:02 +0400
commit7b7d94c73686226db26e1cf79f7783d09fa58cf7 (patch)
treefc87d40be1f281d2603e67333e179074c4bc48ab /tests/Network
parent302220eb77ebc307594eeb7855712bd93dcc504a (diff)
Fix a warning
Diffstat (limited to 'tests/Network')
-rw-r--r--tests/Network/BitTorrent/Tracker/RPCSpec.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPCSpec.hs b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
index f8057d85..dd91c3ce 100644
--- a/tests/Network/BitTorrent/Tracker/RPCSpec.hs
+++ b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
@@ -1,4 +1,5 @@
1{-# LANGUAGE RecordWildCards #-} 1{-# LANGUAGE RecordWildCards #-}
2{-# OPTIONS_GHC -fno-warn-orphans #-}
2module Network.BitTorrent.Tracker.RPCSpec (spec) where 3module Network.BitTorrent.Tracker.RPCSpec (spec) where
3import Control.Applicative 4import Control.Applicative
4import Control.Monad 5import Control.Monad