summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:45:01 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:45:01 +0400
commit1c545257eff4dd792f8c0006467533c519fb8714 (patch)
tree6df6658d54515f74b24302b8ef5ced2a0324c9f1
parent01b2449c7d3a83f4474b0406d46be3105ed4f96e (diff)
Added homepage and README to cabal file
-rw-r--r--base32-bytestring.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index ff52525..79c4681 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -8,12 +8,16 @@ copyright: (c) 2013 Sam Truzjan
8category: Codec, Data 8category: Codec, Data
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.10 10cabal-version: >= 1.10
11homepage: https://github.com/cobit/base32-bytestring
12bug-reports: https://github.com/cobit/base32-bytestring/issues
11synopsis: Fast base32 and base32hex codec for ByteStrings 13synopsis: Fast base32 and base32hex codec for ByteStrings
12description: 14description:
13 base32 and base32hex codec according to RFC4648 15 base32 and base32hex codec according to RFC4648
14 <http://tools.ietf.org/html/rfc4648> 16 <http://tools.ietf.org/html/rfc4648>
15 This package have API similar to base64-bytestring. 17 This package have API similar to base64-bytestring.
16 18
19extra-source-files: README.md
20
17source-repository head 21source-repository head
18 type: git 22 type: git
19 location: git://github.com/cobit/base32.git 23 location: git://github.com/cobit/base32.git