packages feed

jsonsql-0.1.0.1: jsonsql.cabal

-- Initial jsonsql.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                jsonsql
version:             0.1.0.1
synopsis:            Interpolate JSON object values into SQL strings
-- description:         
homepage:            https://github.com/danchoi/jsonsql
license:             MIT
license-file:        LICENSE
author:              Daniel Choi
maintainer:          dhchoi@gmail.com
copyright:           (c) 2014 Daniel Choi
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable jsonsql
  main-is:             Main.hs
  build-depends:       base >=4.6 && <4.8
                     , aeson >= 0.8.0.1
                     , unordered-containers 
                     , containers 
                     , text >= 1.1.0.0
                     , bytestring 
                     , attoparsec >= 0.10.4.0
                     , vector >= 0.10.9.0
                     , scientific
                     , optparse-applicative
                     , string-qq
                     , HUnit

  default-language:    Haskell2010