diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 09:05:41 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 09:05:41 +0400 |
commit | e0517ca99cfacffd9a045bdb475de4561d597fb2 (patch) | |
tree | 782f09ee0583c3719d7b2c1119b6ea2b04ecbad9 | |
parent | d3ec73cde2ccf1ea3347463cf90eb89e460f1376 (diff) |
add some fields
-rw-r--r-- | network-bittorrent.cabal | 10 |
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 @@ | |||
1 | name: network-bittorrent | 1 | name: network-bittorrent |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | synopsis: Bittorrent protocol implementation. | ||
4 | description: Straightforward and incomplete implementation of bittorrent protocol. | ||
5 | license: MIT | 3 | license: MIT |
6 | license-file: LICENSE | 4 | license-file: LICENSE |
7 | author: Sam T. | 5 | author: Sam T. |
8 | maintainer: Sam T. <pxqr.sta@gmail.com> | 6 | maintainer: Sam T. <pxqr.sta@gmail.com> |
9 | copyright: (c) 2013, Sam T. | 7 | copyright: (c) 2013, Sam T. |
10 | category: Network | 8 | category: Network, Data |
11 | build-type: Simple | 9 | build-type: Simple |
12 | cabal-version: >= 1.8 | 10 | cabal-version: >= 1.8 |
11 | homepage: https://github.com/fmap/network-bittorrent | ||
12 | bug-reports: https://github.com/fmap/network-bittorrent/issues | ||
13 | synopsis: Bittorrent protocol implementation. | ||
14 | description: | ||
15 | Straightforward and incomplete implementation of bittorrent protocol. | ||
16 | |||
13 | 17 | ||
14 | source-repository head | 18 | source-repository head |
15 | type: git | 19 | type: git |