hayoo-cli-0.1.0.3: hayoo-cli.cabal
-- Initial hayoo.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hayoo-cli
version: 0.1.0.3
synopsis: Hayoo CLI
description: Simple console client for hayoo.
homepage: https://github.com/Gonzih/hayoo-cli
license: MIT
license-file: LICENSE
author: Max Gonzih
maintainer: gonzih@gmail.com
-- copyright:
category: Development
build-type: Simple
extra-source-files: HayooTypes.hs
, CliOptions.hs
cabal-version: >=1.10
executable hayoo
main-is: Main.hs
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <4.8
, pandoc >= 1.12
, aeson >= 0.7
, http-conduit >=2.0 && <2.1
, bytestring >=0.10 && <0.11
, optparse-applicative >= 0.9
, url >= 2.1
, http-types >= 0.8
-- hs-source-dirs:
default-language: Haskell2010