summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-20 14:24:48 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-20 14:24:48 +0400
commit36e8b49ede81619067645e7fff1bf28e0bb5b16b (patch)
tree33d06c20baed10e9dae627f96db68f87a675bfa2 /network-bittorrent.cabal
parente3da90564140f7140cfa3128d4b340e696fd5b47 (diff)
~ Fetch mutable bitfield module from cobit package.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 003e3d7b..01dbdb25 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -24,6 +24,7 @@ library
24 exposed-modules: Data.Torrent 24 exposed-modules: Data.Torrent
25 , Data.Torrent.InfoHash 25 , Data.Torrent.InfoHash
26 , Data.Bitfield 26 , Data.Bitfield
27 , Data.Bitfield.Mutable
27 28
28 , Network.BitTorrent 29 , Network.BitTorrent
29 , Network.BitTorrent.Extension 30 , Network.BitTorrent.Extension
@@ -72,7 +73,8 @@ library
72 , krpc 73 , krpc
73 74
74 , cryptohash 75 , cryptohash
75 , filepath == 1.* 76 , filepath == 1.*
77 , bits-atomic == 0.1.*
76 78
77 79
78 extensions: PatternGuards 80 extensions: PatternGuards