summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 22:22:23 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 22:22:23 +0400
commitd2eaeda241e161dd6a6cb9fe3d3e0391ec6ae234 (patch)
treeb89950dea05a24492c7a6242ea1b590af158c82b
parent3890821ffc2e2576086bd6988f315da925dcab12 (diff)
Bump version
-rw-r--r--base32-bytestring.cabal15
1 files changed, 10 insertions, 5 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 498304d..8436eb6 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,5 +1,5 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.0.0.0 2version: 0.1.0.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -14,20 +14,25 @@ synopsis: Fast base32 and base32hex codec for ByteStrings
14description: 14description:
15 base32 and base32hex codec according to RFC4648 15 base32 and base32hex codec according to RFC4648
16 <http://tools.ietf.org/html/rfc4648> 16 <http://tools.ietf.org/html/rfc4648>
17 This package have API similar to base64-bytestring. 17 .
18 The package API is similar to base64-bytestring.
19 .
20 [/Release notes/]
21 .
22 * /0.1.0.0:/ Initial version.
18 23
19extra-source-files: README.md 24extra-source-files: README.md
20 25
21source-repository head 26source-repository head
22 type: git 27 type: git
23 location: git://github.com/cobit/base32.git 28 location: git://github.com/cobit/base32-bytestring.git
24 branch: master 29 branch: master
25 30
26source-repository this 31source-repository this
27 type: git 32 type: git
28 location: git://github.com/cobit/base32.git 33 location: git://github.com/cobit/base32-bytestring.git
29 branch: master 34 branch: master
30 tag: v0.0.0.0 35 tag: v0.1.0.0
31 36
32library 37library
33 default-language: Haskell2010 38 default-language: Haskell2010