summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-22 13:47:01 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-22 13:47:01 +0400
commit8e35565ad8c759fe0c69b70fe7c1f68c811259f0 (patch)
tree213541bb2a7f78a5a2b8c8e949837c921cf59bf9 /bittorrent.cabal
parent87c20d81619b09b2e3c5d6f00b7b2cad900a67fe (diff)
~ Expose some session data.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 42db998a..f1cdfdfd 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -36,6 +36,7 @@ flag testing
36 36
37 37
38library 38library
39 default-language: Haskell2010
39 exposed-modules: Data.Torrent 40 exposed-modules: Data.Torrent
40 , Data.Bitfield 41 , Data.Bitfield
41 , Network.BitTorrent 42 , Network.BitTorrent
@@ -136,6 +137,7 @@ library
136 if flag(testing) 137 if flag(testing)
137 cpp-options: -DTESTING 138 cpp-options: -DTESTING
138 ghc-options: -Wall 139 ghc-options: -Wall
140 ghc-prof-option:
139 141
140 142
141 143