diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-11 12:30:50 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-11 12:30:50 +0400 |
commit | 0ec910a0fb7c1e5d72e06f00806b85111138461a (patch) | |
tree | 396fbcac569a171d9ef0e2ffe59dbd27a7f6978f /bittorrent.cabal | |
parent | 4fef598f29cbb138e7b93c5011887c2b92a12879 (diff) |
Add exchange manager and session to client session
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 1225efbb..e8537b72 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -70,9 +70,10 @@ library | |||
70 | Network.BitTorrent.Exchange | 70 | Network.BitTorrent.Exchange |
71 | Network.BitTorrent.Exchange.Assembler | 71 | Network.BitTorrent.Exchange.Assembler |
72 | Network.BitTorrent.Exchange.Block | 72 | Network.BitTorrent.Exchange.Block |
73 | Network.BitTorrent.Exchange.Manager | ||
73 | Network.BitTorrent.Exchange.Message | 74 | Network.BitTorrent.Exchange.Message |
74 | Network.BitTorrent.Exchange.Selection | 75 | Network.BitTorrent.Exchange.Selection |
75 | -- Network.BitTorrent.Exchange.Session | 76 | Network.BitTorrent.Exchange.Session |
76 | Network.BitTorrent.Exchange.Status | 77 | Network.BitTorrent.Exchange.Status |
77 | Network.BitTorrent.Exchange.Wire | 78 | Network.BitTorrent.Exchange.Wire |
78 | Network.BitTorrent.Tracker | 79 | Network.BitTorrent.Tracker |
@@ -287,5 +288,6 @@ executable client | |||
287 | main-is: Client.hs | 288 | main-is: Client.hs |
288 | build-depends: base == 4.* | 289 | build-depends: base == 4.* |
289 | , bittorrent | 290 | , bittorrent |
291 | , mtl | ||
290 | , pretty-class | 292 | , pretty-class |
291 | , data-default \ No newline at end of file | 293 | , data-default \ No newline at end of file |