name: eros-client version: 0.5.0.1 synopsis: DEPRECATED in favor of eros-http description: DEPRECATED in favor of eros-http license: BSD3 license-file: LICENSE author: Peter Harpending maintainer: Peter Harpending copyright: 2014, Peter Harpending. category: Text build-type: Simple data-files: res/schemata/*.json cabal-version: >=1.10 extra-source-files: README.md res/dummy-inputs/*.json res/schemata/*.json executable erosc build-depends: aeson , aeson-pretty , base >=4.7 && <4.8 , bytestring , containers , eros ==0.5.0.0 , text hs-source-dirs: src/ main-is: Main.hs other-modules: Text.Eros.Client , Text.Eros.Client.JSON default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/pharpend/eros-client.git branch: master