Name:           json-tools
Cabal-Version:  >=1.6
Version:        0.3.0
License:        BSD3
License-File:   LICENSE
Copyright:      (c) Nicolas Pouillard
Author:         Nicolas Pouillard
Maintainer:     Nicolas Pouillard <nicolas.pouillard@gmail.com>
Category:       JSON, Text, Utils, Tools
Synopsis:       A collection of JSON tools
Description:    A collection of JSON tools
Stability:      Experimental
Build-Type:     Simple

executable json-concat
    main-is: json-concat.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring
    ghc-options: -Wall -Odph

executable json-deep-select-key
    main-is: json-deep-select-key.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring, containers
    ghc-options: -Wall -Odph

executable json-select
    main-is: json-select.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring, containers
    ghc-options: -Wall -Odph

executable json-iter
    main-is: json-iter.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring, process
    Other-modules: Utils
    ghc-options: -Wall -Odph

executable json-lines
    main-is: json-lines.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring
    Other-modules: Utils
    ghc-options: -Wall -Odph

executable json-strings
    main-is: json-strings.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring
    ghc-options: -Wall -Odph

executable json-unlines
    main-is: json-unlines.hs
    Build-depends: base>=3&&<5, bytestring
    Other-modules: Utils
    ghc-options: -Wall -Odph

executable json-wrap
    main-is: json-wrap.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring
    ghc-options: -Wall -Odph

executable json-xargs
    main-is: json-xargs.hs
    Build-depends: base>=3&&<5, AttoJson, bytestring
    ghc-options: -Wall -Odph

executable tar2json
    main-is: tar2json.hs
    Build-depends: base>=3&&<5, bytestring, convertible-text, data-object, data-object-json, tar
    ghc-options: -Wall -Odph

source-repository head
    type:     git
    location: git://github.com/np/json-tools.git