packages feed

morpheus-graphql-cli-0.1.0: morpheus-graphql-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: e906a558a100272401a991197866185771fc6b8b70bfac633f19ebf6e1c7b351

name:           morpheus-graphql-cli
version:        0.1.0
synopsis:       Morpheus GraphQL CLI
description:    code generator for Morpheus GraphQL
category:       web, graphql, cli
homepage:       https://morpheusgraphql.com
bug-reports:    https://github.com/https://github.com/morpheusgraphql/morpheus-graphql-cli/issues
author:         Daviti Nalchevanidze
maintainer:     d.nalchevanidze@gmail.com
copyright:      (c) 2019 Daviti Nalchevanidze
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    changelog.md
    README.md

source-repository head
  type: git
  location: https://github.com/https://github.com/morpheusgraphql/morpheus-graphql-cli

executable morpheus
  main-is: Main.hs
  other-modules:
      Paths_morpheus_graphql_cli
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring
    , filepath >=1.1 && <1.5
    , morpheus-graphql
    , optparse-applicative >=0.12 && <0.15
  default-language: Haskell2010

test-suite morpheus-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_morpheus_graphql_cli
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring
    , filepath >=1.1 && <1.5
    , morpheus-graphql
    , optparse-applicative >=0.12 && <0.15
  default-language: Haskell2010