packages feed

hjson-1.1: hjson.cabal

Name: hjson
Version: 1.1
Synopsis: JSON parsing library
Category: Text
Description: JSON parsing library with simple and sane API
License: BSD3
License-file: COPYING
Author: Voker57
Maintainer: voker57@gmail.com
Homepage: http://bitcheese.net/wiki/code/hjpath
Build-type: Simple
Cabal-version: >= 1.6

Source-repository head
    Type: git
    Location: git://git.bitcheese.net/hjson

library
 Exposed-Modules: Text.HJson
 Build-Depends: base >= 4 && < 5, parsec >= 2.1, containers, safe