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 /tests/Encoding.hs | |
parent | f4122eec550671a646310106224ee6523ea8e369 (diff) |
~ Move bitfields to Data.
Diffstat (limited to 'tests/Encoding.hs')
-rw-r--r-- | tests/Encoding.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Encoding.hs b/tests/Encoding.hs index bd452975..fe0e1d7e 100644 --- a/tests/Encoding.hs +++ b/tests/Encoding.hs | |||
@@ -14,6 +14,7 @@ import Test.QuickCheck | |||
14 | 14 | ||
15 | import Network.URI | 15 | import Network.URI |
16 | 16 | ||
17 | import Data.Bitfield | ||
17 | import Data.Torrent | 18 | import Data.Torrent |
18 | import Network.BitTorrent | 19 | import Network.BitTorrent |
19 | 20 | ||