summaryrefslogtreecommitdiff
path: root/base32-bytestring.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:36:19 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:36:19 +0400
commit01b2449c7d3a83f4474b0406d46be3105ed4f96e (patch)
tree64affdb63545f01d1d5d0beef336f9f6d748dd26 /base32-bytestring.cabal
parentde2f275a9695c0b94b5a585a5e742ff8867a3297 (diff)
Update README
Diffstat (limited to 'base32-bytestring.cabal')
-rw-r--r--base32-bytestring.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index edc17dd..ff52525 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -8,9 +8,9 @@ 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
11synopsis: Fast base32 encoding and decoding for ByteStrings 11synopsis: Fast base32 and base32hex codec for ByteStrings
12description: 12description:
13 Base32 encoding according to RFC4648 13 base32 and base32hex codec according to RFC4648
14 <http://tools.ietf.org/html/rfc4648> 14 <http://tools.ietf.org/html/rfc4648>
15 This package have API similar to base64-bytestring. 15 This package have API similar to base64-bytestring.
16 16