summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-06 15:09:02 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-06 15:09:02 +0400
commit638ffee180b444c6c8d769fa8c95d151a44b7962 (patch)
treeb5e73754ff0494804817e55d67f3fb28c8a3d2f7 /bittorrent.cabal
parentfae03068201faf01f2337e8778cc2cd744a6483d (diff)
~ Update readme.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 117758f0..d911c71f 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -13,11 +13,15 @@ bug-reports: https://github.com/pxqr/bittorrent/issues
13synopsis: Bittorrent protocol implementation. 13synopsis: Bittorrent protocol implementation.
14description: 14description:
15 15
16 Straightforward and incomplete implementation of bittorrent protocol. 16 A library for making applications which use bittorrent protocol in Haskell easy.
17 .
18 See <https://github.com/pxqr/bittorrent/blob/master/README.md> for more information.
19
20
17 21
18source-repository head 22source-repository head
19 type: git 23 type: git
20 location: https://github.com/pxqr/bittorrent.git 24 location: git://github.com/pxqr/bittorrent.git
21 25
22 26
23library 27library