packages feed

Quickson-0.1.1: Quickson.cabal

Name:		       Quickson
Version:	       0.1.1
Build-Type:        Simple
Cabal-Version:     >= 1.2
License:	       BSD3
License-File:      LICENSE
Author:		       Scott Sadler
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