diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
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 |