diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/serialization.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/serialization.hs b/bench/serialization.hs index 31b5b0bf..e7770a1c 100644 --- a/bench/serialization.hs +++ b/bench/serialization.hs | |||
@@ -6,7 +6,7 @@ import Control.DeepSeq | |||
6 | import Criterion.Main | 6 | import Criterion.Main |
7 | import Data.ByteString (ByteString) | 7 | import Data.ByteString (ByteString) |
8 | import Data.Serialize | 8 | import Data.Serialize |
9 | import Network.Torrent.PWP | 9 | import Network.Torrent |
10 | 10 | ||
11 | 11 | ||
12 | instance NFData BlockIx where | 12 | instance NFData BlockIx where |