diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-05 05:01:28 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-05 05:01:28 +0400 |
commit | 7f63b5554fcf31d9b71c79fa9d0ee66d2ef95c94 (patch) | |
tree | 008058dc9bfe4b6f75cf1add4f493235a7ee8ed1 /bench | |
parent | f4122eec550671a646310106224ee6523ea8e369 (diff) |
~ Move bitfields to Data.
Diffstat (limited to 'bench')
-rw-r--r-- | bench/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/Main.hs b/bench/Main.hs index 6162eeb1..269e60f5 100644 --- a/bench/Main.hs +++ b/bench/Main.hs | |||
@@ -8,6 +8,7 @@ import Data.ByteString (ByteString) | |||
8 | import qualified Data.ByteString as B | 8 | import qualified Data.ByteString as B |
9 | import Data.Serialize | 9 | import Data.Serialize |
10 | import Network.BitTorrent as BT | 10 | import Network.BitTorrent as BT |
11 | import Data.Bitfield as BT | ||
11 | 12 | ||
12 | 13 | ||
13 | instance NFData BlockIx where | 14 | instance NFData BlockIx where |