packages feed

base91-2.0.0: base91.cabal

Name:                  base91
Version:               2.0.0
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 arbitrary bytes (octets)
                       to/from characters (all in the ASCII printable range)
License:               MIT
License-File:          LICENSE.md
Category:              Codec
Build-Type:            Simple
Cabal-Version:         >= 1.8

Library
  Build-Depends:       base >= 4 && < 5, mono-traversable
  Exposed-Modules:     Codec.Binary.Base91

Executable base91
  Main-is:             Main.hs
  Build-Depends:       base, base91, bytestring, mono-traversable, text

Test-Suite tests
  Hs-Source-Dirs:      .
  Main-Is:             Test.hs
  Type:                exitcode-stdio-1.0
  Build-Depends:       base, base91, bytestring, mono-traversable, text, QuickCheck

Source-Repository head
  type:                git
  location:            https://github.com/ajg/base91/tree/master