Name: dead-simple-json
Version: 0.1.2
Synopsis: Dead simple JSON parser, with some Template Haskell sugar.
Description: This is dead simple JSON, consisting of a simple parser built with Parsec
and some Template Haskell syntactic sugar (which you may or may not use,
it works without).
License: MIT
License-File: LICENSE
Author: Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer: Julian Fleischer <julian.fleischer@fu-berlin.de>
Build-Type: Simple
Cabal-Version: >= 1.6
Category: JSON
Stability: experimental
Homepage: http://hub.darcs.net/scravy/dead-simple-json
Extra-Source-Files: Example.hs
Source-Repository head
type: darcs
location: hub.darcs.net:dead-simple-json
Source-Repository this
type: darcs
location: hub.darcs.net:dead-simple-json
tag: v0.1.2
Library
Exposed-Modules: Text.DeadSimpleJSON,
Text.DeadSimpleJSON.Convert,
Text.DeadSimpleJSON.Query,
Text.DeadSimpleJSON.TH,
Text.DeadSimpleJSON.Types
Build-Depends: base >= 4 && < 5,
transformers >= 0.3,
parsec >= 3.1.3,
vector >= 0.10,
containers >= 0.4.2,
template-haskell
Hs-Source-Dirs: src