eros-client-0.5.0.0: eros-client.cabal
name: eros-client
version: 0.5.0.0
synopsis: A command-line interface to the eros library.
description:
This is a command-line interface to the
<https://github.com/pharpend/eros eros library>.
license: BSD3
license-file: LICENSE
author: Peter Harpending
maintainer: Peter Harpending <pharpend2@gmail.com>
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