packages feed

eros-client-0.4.0.0: eros-client.cabal

name:                eros-client
version:             0.4.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>.

  It is terrible at the moment, and will be deprecated before version 0.5.0.0,
  so it isn't a huge priority.

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/erosc-dummy-inputs/*.json
  res/schemata/*.json

executable erosc
  build-depends:
      aeson
    , aeson-pretty
    , base          >=4.7 && <4.8
    , bytestring
    , containers
    , eros          ==0.4.0.0
    , text
  hs-source-dirs:   src/
  main-is:          Main.lhs
  other-modules:    Erosc.Processor
  default-language: Haskell2010
  ghc-options:      -Wall

source-repository head
  type:     git
  location: https://github.com/pharpend/eros-client.git
  branch:   master