1
- -- This file has been generated from package.yaml by hpack version 0.17 .0.
1
+ -- This file has been generated from package.yaml by hpack version 0.20 .0.
2
2
--
3
3
-- see: https://github.com/sol/hpack
4
+ --
5
+ -- hash: 6aa09d512e2d1e86eeb059e1273005913985418db5c8f94b7361af87744e6bae
4
6
5
7
name : graphql-api
6
8
version : 0.2.0
7
- synopsis : Sketch of GraphQL stuff
9
+ synopsis : GraphQL API
8
10
description : Please see README.md
9
11
category : Web
12
+ stability : unstable
10
13
homepage : https://github.com/jml/graphql-api#readme
11
14
bug-reports : https://github.com/jml/graphql-api/issues
12
- maintainer : Jonathan M. Lange <
[email protected] >
15
+ author : Jonathan M. Lange
16
+ maintainer : Jonathan M. Lange <
[email protected] >, Tom Hunger <
[email protected] >
13
17
license : Apache
14
18
license-file : LICENSE.Apache-2.0
15
19
build-type : Simple
@@ -25,17 +29,17 @@ library
25
29
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
26
30
ghc-options : -Wall -fno-warn-redundant-constraints
27
31
build-depends :
28
- base >= 4.9 && < 5
29
- , protolude >= 0.2
30
- , exceptions
31
- , transformers
32
- , attoparsec
32
+ QuickCheck
33
33
, aeson
34
+ , attoparsec
35
+ , base >= 4.9 && < 5
34
36
, containers
37
+ , exceptions
35
38
, ghc-prim
39
+ , protolude >= 0.2
36
40
, scientific
37
- , QuickCheck
38
41
, text
42
+ , transformers
39
43
exposed-modules :
40
44
GraphQL
41
45
GraphQL.API
@@ -55,6 +59,8 @@ library
55
59
GraphQL.Value
56
60
GraphQL.Value.FromValue
57
61
GraphQL.Value.ToValue
62
+ other-modules :
63
+ Paths_graphql_api
58
64
default-language : Haskell2010
59
65
60
66
test-suite graphql-api-doctests
@@ -65,12 +71,12 @@ test-suite graphql-api-doctests
65
71
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
66
72
ghc-options : -Wall -fno-warn-redundant-constraints -threaded
67
73
build-depends :
68
- base >= 4.9 && < 5
69
- , protolude >= 0.2
74
+ attoparsec
75
+ , base >= 4.9 && < 5
76
+ , doctest
70
77
, exceptions
78
+ , protolude >= 0.2
71
79
, transformers
72
- , attoparsec
73
- , doctest
74
80
other-modules :
75
81
ASTTests
76
82
EndToEndTests
@@ -84,6 +90,7 @@ test-suite graphql-api-doctests
84
90
Spec
85
91
ValidationTests
86
92
ValueTests
93
+ Paths_graphql_api
87
94
default-language : Haskell2010
88
95
89
96
test-suite graphql-api-tests
@@ -94,20 +101,20 @@ test-suite graphql-api-tests
94
101
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
95
102
ghc-options : -Wall -fno-warn-redundant-constraints
96
103
build-depends :
97
- base >= 4.9 && < 5
98
- , protolude >= 0.2
99
- , exceptions
100
- , transformers
101
- , attoparsec
104
+ QuickCheck
102
105
, aeson
106
+ , attoparsec
107
+ , base >= 4.9 && < 5
103
108
, containers
109
+ , directory
110
+ , exceptions
104
111
, graphql-api
105
112
, hspec
106
- , QuickCheck
113
+ , protolude >= 0.2
107
114
, raw-strings-qq
108
115
, tasty
109
116
, tasty-hspec
110
- , directory
117
+ , transformers
111
118
other-modules :
112
119
ASTTests
113
120
Doctests
@@ -121,6 +128,7 @@ test-suite graphql-api-tests
121
128
SchemaTests
122
129
ValidationTests
123
130
ValueTests
131
+ Paths_graphql_api
124
132
default-language : Haskell2010
125
133
126
134
benchmark criterion
@@ -131,13 +139,14 @@ benchmark criterion
131
139
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
132
140
ghc-options : -Wall -fno-warn-redundant-constraints
133
141
build-depends :
134
- base >= 4.9 && < 5
135
- , protolude >= 0.2
136
- , exceptions
137
- , transformers
138
- , attoparsec
142
+ attoparsec
143
+ , base >= 4.9 && < 5
139
144
, criterion
145
+ , exceptions
140
146
, graphql-api
147
+ , protolude >= 0.2
148
+ , transformers
141
149
other-modules :
142
150
Validation
151
+ Paths_graphql_api
143
152
default-language : Haskell2010
0 commit comments