summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 606371dc..237996be 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -51,6 +51,7 @@ library
51 , Data.Torrent.Piece 51 , Data.Torrent.Piece
52 , Data.Torrent.Progress 52 , Data.Torrent.Progress
53 , Data.Torrent.Tree 53 , Data.Torrent.Tree
54 , Data.Torrent.URN
54 , Network.BitTorrent.Core.PeerId 55 , Network.BitTorrent.Core.PeerId
55 , Network.BitTorrent.Core.PeerAddr 56 , Network.BitTorrent.Core.PeerAddr
56-- , System.IO.MMap.Fixed 57-- , System.IO.MMap.Fixed
@@ -74,8 +75,10 @@ library
74 75
75 build-depends: base == 4.* 76 build-depends: base == 4.*
76 , bits-extras 77 , bits-extras
78 , convertible
77 , pretty 79 , pretty
78 , pretty-class 80 , pretty-class
81 , urlencoded
79 82
80 -- Control 83 -- Control
81 , deepseq 84 , deepseq
@@ -118,7 +121,6 @@ library
118 , bencoding >= 0.4 121 , bencoding >= 0.4
119 , binary 122 , binary
120 , cereal >= 0.3 123 , cereal >= 0.3
121 , urlencoded >= 0.4
122 124
123 -- Time 125 -- Time
124 , old-locale >= 1.0 126 , old-locale >= 1.0