summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index e0f6df5a..223584fc 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -5,9 +5,10 @@ license-file: LICENSE
5author: Sam T. 5author: Sam T.
6maintainer: Sam T. <pxqr.sta@gmail.com> 6maintainer: Sam T. <pxqr.sta@gmail.com>
7copyright: (c) 2013, Sam T. 7copyright: (c) 2013, Sam T.
8category: Network, Data 8category: Network
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.8 10cabal-version: >= 1.8
11tested-with: GHC==7.4.1
11homepage: https://github.com/pxqr/bittorrent 12homepage: https://github.com/pxqr/bittorrent
12bug-reports: https://github.com/pxqr/bittorrent/issues 13bug-reports: https://github.com/pxqr/bittorrent/issues
13synopsis: Bittorrent protocol implementation. 14synopsis: Bittorrent protocol implementation.
@@ -19,6 +20,9 @@ description:
19 <https://github.com/pxqr/bittorrent/blob/master/README.md> 20 <https://github.com/pxqr/bittorrent/blob/master/README.md>
20 21
21 22
23extra-source-files: res/dapper-dvd-amd64.iso.torrent
24-- not a source file, but we need to keep it in tarball for tests
25
22 26
23source-repository head 27source-repository head
24 type: git 28 type: git