packages feed

Quickson-0.2: Quickson.cabal

Name:              Quickson
Version:           0.2
Build-Type:        Simple
Cabal-Version:     >= 1.2
License:           BSD3
License-File:      LICENSE
Author:            Scott Sadler
Maintainer:        Scott Sadler <ssadler@mashi.org>
Homepage:          https://github.com/ssadler/quickson
Category:          Text, Web, JSON
Synopsis:          Quick JSON extractions with Aeson


Library
  Exposed-modules: Data.Quickson
  hs-source-dirs:  src
  Build-Depends:   base >= 3 && < 5,
                   bytestring,
                   aeson >= 0.7,
                   text,
                   attoparsec >= 0.12,
                   either