summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-10 05:42:15 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-10 05:42:15 +0400
commit7313c139eb5a75edf4fca36e5d0f401584ab7502 (patch)
treea89ada3cb1b4fe19f76ed8d80e04115b78ada406 /bittorrent.cabal
parentf2ebdc9e4b0ad69a5a878c8e14b4e1a6bd34a831 (diff)
~ Sketch of high level API.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 3b5d0a90..6266b63b 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -46,6 +46,8 @@ library
46 , Network.BitTorrent.Exchange 46 , Network.BitTorrent.Exchange
47 , Network.BitTorrent.Exchange.Selection 47 , Network.BitTorrent.Exchange.Selection
48 48
49 other-modules: Network.BitTorrent.Internal
50
49 if flag(testing) 51 if flag(testing)
50 exposed-modules: Network.BitTorrent.Exchange.Protocol 52 exposed-modules: Network.BitTorrent.Exchange.Protocol
51 , Network.BitTorrent.Tracker.Protocol 53 , Network.BitTorrent.Tracker.Protocol
@@ -59,6 +61,7 @@ library
59 build-depends: 61 build-depends:
60 base == 4.* 62 base == 4.*
61 , stm >= 2.4 63 , stm >= 2.4
64 , mtl
62 65
63 -- Data packages 66 -- Data packages
64 , array >= 0.4 67 , array >= 0.4