packages feed

jsonextfilter-0.1.0.0: jsonextfilter.cabal

name:                jsonextfilter
version:             0.1.0.0
synopsis:            Filter select values in JSON objects to unix programs
description:         Filter select values in JSON objects to unix programs
homepage:            https://github.com/mackeyrms/jsonextfilter#readme
bug-reports:         https://github.com/mackeyrms/jsonextfilter/issues
license:             MIT
license-file:        LICENSE
author:              Daniel Choi
maintainer:          MackeyRMS
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
-- copyright:           

source-repository head
  type:     git
  location: https://github.com/mackeyrms/jsonextfilter

executable jsonextfilter
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base < 5
                     , aeson
                     , bytestring
                     , attoparsec
                     , containers
                     , process
                     , unordered-containers
                     , text
                     , vector
                     , scientific
                     , optparse-applicative
                     , string-qq
                     , monads-tf
  -- hs-source-dirs:      
  default-language:    Haskell2010