packages feed

Yocto-0.1.0: Yocto.cabal

Name:                  Yocto
Version:               0.1.0
Author:                Alvaro J. Genial
Maintainer:            ajg
Homepage:              https://github.com/ajg/yocto
Synopsis:              A Minimal JSON Parser & Printer for Haskell
Description:           Hassle-free, fast, lossless encoding & decoding of JSON.
License:               MIT
License-File:          LICENSE
Category:              Text
Build-type:            Simple
Cabal-version:         >= 1.6

Library
  Exposed-modules:     Text.JSON.Yocto
  Build-depends:       base >= 4 && < 5, containers >= 0.1, parsec >= 3

source-repository head
  type:                git
  location:            https://github.com/ajg/yocto/tree/master