diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-11 05:01:40 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-11 05:01:40 +0400 |
commit | eba89394fa87256fd2ec71b67e667032e9e765dd (patch) | |
tree | 45d97e83bcdc05a9a51cec2edffe256949df1426 /bittorrent.cabal | |
parent | 64de83063c21a963b9c7cdec82cfe2b036166c15 (diff) |
~ Add exsamples.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 5 |
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 | ||
105 | executable exsample | ||
106 | main-is: Main.hs | ||
107 | hs-source-dirs: exsamples | ||
108 | build-depends: base == 4.* | ||
109 | , bittorrent | ||
105 | 110 | ||
106 | 111 | ||
107 | test-suite info-hash | 112 | test-suite info-hash |