summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-11 05:01:40 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-11 05:01:40 +0400
commiteba89394fa87256fd2ec71b67e667032e9e765dd (patch)
tree45d97e83bcdc05a9a51cec2edffe256949df1426 /bittorrent.cabal
parent64de83063c21a963b9c7cdec82cfe2b036166c15 (diff)
~ Add exsamples.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 6266b63b..b4da98a4 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -102,6 +102,11 @@ library
102 cpp-options: -DTESTING 102 cpp-options: -DTESTING
103 ghc-options: -Wall 103 ghc-options: -Wall
104 104
105executable exsample
106 main-is: Main.hs
107 hs-source-dirs: exsamples
108 build-depends: base == 4.*
109 , bittorrent
105 110
106 111
107test-suite info-hash 112test-suite info-hash