summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 4775ff4..70659f5 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -3,15 +3,16 @@ version: 0.2.0.0
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/cobit/bencoding 4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/cobit/bencoding/issues 5bug-reports: https://github.com/cobit/bencoding/issues
6license: MIT 6license: BSD3
7license-file: LICENSE 7license-file: LICENSE
8author: Sam T. 8author: Sam Truzjan
9maintainer: Sam T. <pxqr.sta@gmail.com> 9maintainer: Sam Truzjan <pxqr.sta@gmail.com>
10copyright: (c) 2013, Sam T. 10copyright: (c) 2013, Sam Truzjan
11category: Data 11category: Data
12build-type: Simple 12build-type: Simple
13cabal-version: >= 1.10 13cabal-version: >= 1.10
14tested-with: GHC==7.4.1, GHC==7.6.3 14tested-with: GHC==7.4.1
15 , GHC==7.6.3
15description: 16description:
16 17
17 A library for encoding and decoding of BEncode data. 18 A library for encoding and decoding of BEncode data.