summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal18
1 files changed, 11 insertions, 7 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 28188ce3..73e8bef2 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -54,10 +54,15 @@ library
54 54
55 55
56 build-depends: 56 build-depends:
57 -- Basic packages
58 base == 4.* 57 base == 4.*
59 , stm >= 2.4 58
59 -- Control packages
60 , mtl 60 , mtl
61 , lens
62
63 -- Concurrency packages
64 , SafeSemaphore
65 , stm >= 2.4
61 66
62 -- Data packages 67 -- Data packages
63 , array >= 0.4 68 , array >= 0.4
@@ -68,28 +73,27 @@ library
68 , text >= 0.11.0 73 , text >= 0.11.0
69 , vector 74 , vector
70 75
71 -- encoding/serialization packages 76 -- Encoding/Serialization packages
72 , bencoding >= 0.1 77 , bencoding >= 0.1
73 , cereal >= 0.3 78 , cereal >= 0.3
74 , urlencoded >= 0.4 79 , urlencoded >= 0.4
75 80
76 -- time packages 81 -- Time packages
77 , time >= 0.1 82 , time >= 0.1
78 , old-locale >= 1.0 83 , old-locale >= 1.0
79 84
80 -- network related packages 85 -- Network packages
81 , network >= 2.4 86 , network >= 2.4
82 , HTTP >= 4000.2 87 , HTTP >= 4000.2
83 , krpc 88 , krpc
84 89
85 -- conduits 90 -- Conduits
86 , conduit == 1.* 91 , conduit == 1.*
87 , network-conduit == 1.* 92 , network-conduit == 1.*
88 , cereal-conduit >= 0.5 93 , cereal-conduit >= 0.5
89 , resourcet 94 , resourcet
90 95
91 -- Misc 96 -- Misc
92 , lens
93 , data-default 97 , data-default
94 , cryptohash 98 , cryptohash
95 , filepath >= 1 99 , filepath >= 1