From b8d2a819382e90344f4300b11b9eff906937cd1b Mon Sep 17 00:00:00 2001 From: "Alvaro J. Genial" Date: Tue, 7 Jul 2015 19:57:01 -0400 Subject: [PATCH] Update cabal description --- base91.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/base91.cabal b/base91.cabal index f8a8c4f..6629839 100644 --- a/base91.cabal +++ b/base91.cabal @@ -1,10 +1,13 @@ Name: base91 -Version: 0.1.0 +Version: 0.1.1 Author: Alvaro J. Genial Maintainer: ajg Homepage: https://github.com/ajg/base91 Synopsis: A Base91 encoder & decoder -Description: An implementation of Base91 encoding & decoding of bytes to/from strings. +Description: An implementation of Base91 encoding & decoding of arbitrary bytes (octets) + to/from characters (all in the ASCII printable range; it includes support for + plain Strings, as well as optional support for ByteString and/or Text; see + the Flags section for details. License: MIT License-File: LICENSE.md Category: Codec