forked from morpheusgraphql/morpheus-graphql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yaml
58 lines (52 loc) · 1.67 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: morpheus-graphql
version: 0.17.0
github: "nalchevanidze/morpheus-graphql"
license: MIT
author: "Daviti Nalchevanidze"
category: web, graphql
synopsis: Morpheus GraphQL
maintainer: "[email protected]"
homepage: https://morpheusgraphql.com
copyright: "(c) 2019 Daviti Nalchevanidze"
license-file: LICENSE
description: Build GraphQL APIs with your favourite functional language!
extra-source-files:
- changelog.md
- README.md
data-files:
- test/**/*.gql
- test/**/*.json
dependencies:
- base >= 4.7 && < 5
- bytestring >= 0.10.4 && < 0.11
- text >= 1.2.3.0 && < 1.3
- aeson >= 1.4.4.0 && <= 1.6
- containers >= 0.4.2.1 && < 0.7
- unordered-containers >= 0.2.8.0 && < 0.3
- transformers >= 0.3.0.0 && < 0.6
- vector >= 0.12.0.1 && < 0.13
- mtl >= 2.0 && <= 3.0
- morpheus-graphql-core >= 0.17.0 && < 0.18.0
- morpheus-graphql-app >= 0.17.0 && < 0.18.0
- template-haskell >= 2.0 && <= 3.0
- relude >= 0.3.0
library:
source-dirs: src
exposed-modules:
- Data.Morpheus
- Data.Morpheus.Kind
- Data.Morpheus.Types
- Data.Morpheus.Server
- Data.Morpheus.Document
ghc-options: -Wall
tests:
morpheus-test:
main: Spec.hs
source-dirs: test
ghc-options: -Wall
dependencies:
- morpheus-graphql
- tasty
- tasty-hunit
- aeson
- morpheus-graphql-subscriptions >= 0.17.0 && < 0.18.0