diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 06:12:01 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 06:12:01 +0400 |
commit | c817da1610c3f549b8dcd8ffa0d8671ad0a6773a (patch) | |
tree | 6edef38ca150148c7c9c5aaa7b7085f1d08ecb6c /bench | |
parent | 84d2138ae0df6025fea5f73a261ca71b6497636a (diff) |
rename PWP to PeerWire
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 |