diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 8 |
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 | |||
13 | synopsis: Bittorrent protocol implementation. | 13 | synopsis: Bittorrent protocol implementation. |
14 | description: | 14 | description: |
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 | ||
18 | source-repository head | 22 | source-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 | ||
23 | library | 27 | library |