packages feed

chart-cli-0.1.0.0: chart-cli.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: bfc69b38044f97f2a32e60cf1bd54c96f8880da1ba3b3b6c1f3525368808b237

name:           chart-cli
version:        0.1.0.0
synopsis:       Command-line utility to draw charts from input data easily
description:    Please see the README on GitHub at <https://github.com/portnov/chart-cli#readme>
category:       Graphics
homepage:       https://github.com/portnov/chart-cli#readme
bug-reports:    https://github.com/portnov/chart-cli/issues
author:         Ilya V. Portnov
maintainer:     portnov84@rambler.ru
copyright:      2019 Ilya V. Portnov
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/portnov/chart-cli

executable chart
  main-is: Main.hs
  other-modules:
      Chart
      CmdLine
      Parser
      Types
      Paths_chart_cli
  hs-source-dirs:
      src
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Chart
    , Chart-cairo
    , attoparsec
    , base >=4.7 && <5
    , colour
    , data-default-class
    , dates
    , filepath
    , hashable
    , lens
    , optparse-applicative
    , text
    , time
  default-language: Haskell2010