forked from morpheusgraphql/morpheus-graphql-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
37 lines (32 loc) · 937 Bytes
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: morpheus-graphql-cli
version: 0.1.0
github: "https://github.com/morpheusgraphql/morpheus-graphql-cli"
license: BSD3
author: "Daviti Nalchevanidze"
category: web, graphql, cli
synopsis: Morpheus GraphQL CLI
maintainer: "[email protected]"
homepage: https://morpheusgraphql.com
copyright: "(c) 2019 Daviti Nalchevanidze"
description: code generator for Morpheus GraphQL
extra-source-files:
- changelog.md
- README.md
dependencies:
- base >= 4.7 && < 5
- morpheus-graphql >= 0.7
- morpheus-graphql-core >= 0.7
- optparse-applicative >= 0.12 && < 0.15
- filepath >= 1.1 && < 1.5
- text >= 1.2.3.0 && < 1.3
- bytestring >= 0.10.4 && < 0.11
tests:
morpheus-test:
main: Spec.hs
source-dirs: test
ghc-options: -Wall
executables:
morpheus:
main: Main.hs
source-dirs: src
ghc-options: -Wall