summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-08 09:05:41 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-08 09:05:41 +0400
commite0517ca99cfacffd9a045bdb475de4561d597fb2 (patch)
tree782f09ee0583c3719d7b2c1119b6ea2b04ecbad9
parentd3ec73cde2ccf1ea3347463cf90eb89e460f1376 (diff)
add some fields
-rw-r--r--network-bittorrent.cabal10
1 files changed, 7 insertions, 3 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index fa836e0a..8a8234b9 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -1,15 +1,19 @@
1name: network-bittorrent 1name: network-bittorrent
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: Bittorrent protocol implementation.
4description: Straightforward and incomplete implementation of bittorrent protocol.
5license: MIT 3license: MIT
6license-file: LICENSE 4license-file: LICENSE
7author: Sam T. 5author: Sam T.
8maintainer: Sam T. <pxqr.sta@gmail.com> 6maintainer: Sam T. <pxqr.sta@gmail.com>
9copyright: (c) 2013, Sam T. 7copyright: (c) 2013, Sam T.
10category: Network 8category: Network, Data
11build-type: Simple 9build-type: Simple
12cabal-version: >= 1.8 10cabal-version: >= 1.8
11homepage: https://github.com/fmap/network-bittorrent
12bug-reports: https://github.com/fmap/network-bittorrent/issues
13synopsis: Bittorrent protocol implementation.
14description:
15 Straightforward and incomplete implementation of bittorrent protocol.
16
13 17
14source-repository head 18source-repository head
15 type: git 19 type: git