diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:30:02 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-27 16:30:02 +0400 |
commit | 7b7d94c73686226db26e1cf79f7783d09fa58cf7 (patch) | |
tree | fc87d40be1f281d2603e67333e179074c4bc48ab /tests/Network/BitTorrent/Tracker/RPCSpec.hs | |
parent | 302220eb77ebc307594eeb7855712bd93dcc504a (diff) |
Fix a warning
Diffstat (limited to 'tests/Network/BitTorrent/Tracker/RPCSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPCSpec.hs | 1 |
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 #-} | ||
2 | module Network.BitTorrent.Tracker.RPCSpec (spec) where | 3 | module Network.BitTorrent.Tracker.RPCSpec (spec) where |
3 | import Control.Applicative | 4 | import Control.Applicative |
4 | import Control.Monad | 5 | import Control.Monad |