summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
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