Skip to content

Commit

Permalink
Update cabal description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajg committed Jul 7, 2015
1 parent 3cbccb4 commit b8d2a81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions base91.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8d2a81

Please sign in to comment.