From 1c545257eff4dd792f8c0006467533c519fb8714 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 01:45:01 +0400 Subject: Added homepage and README to cabal file --- base32-bytestring.cabal | 4 ++++ 1 file changed, 4 insertions(+) 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 category: Codec, Data build-type: Simple cabal-version: >= 1.10 +homepage: https://github.com/cobit/base32-bytestring +bug-reports: https://github.com/cobit/base32-bytestring/issues synopsis: Fast base32 and base32hex codec for ByteStrings description: base32 and base32hex codec according to RFC4648 This package have API similar to base64-bytestring. +extra-source-files: README.md + source-repository head type: git location: git://github.com/cobit/base32.git -- cgit v1.2.3