Skip to content

Commit 6f76aa1

Browse files
authored
Merge pull request #133 from sunwukonga/update/hackage_package_info
Update cabal information on hackage. Closes #107.
2 parents e36be13 + fb3b8e9 commit 6f76aa1

File tree

2 files changed

+38
-27
lines changed

2 files changed

+38
-27
lines changed

graphql-api.cabal

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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.
22
--
33
-- see: https://github.com/sol/hpack
4+
--
5+
-- hash: 6aa09d512e2d1e86eeb059e1273005913985418db5c8f94b7361af87744e6bae
46

57
name: graphql-api
68
version: 0.2.0
7-
synopsis: Sketch of GraphQL stuff
9+
synopsis: GraphQL API
810
description: Please see README.md
911
category: Web
12+
stability: unstable
1013
homepage: https://github.com/jml/graphql-api#readme
1114
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]>
1317
license: Apache
1418
license-file: LICENSE.Apache-2.0
1519
build-type: Simple
@@ -25,17 +29,17 @@ library
2529
default-extensions: NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
2630
ghc-options: -Wall -fno-warn-redundant-constraints
2731
build-depends:
28-
base >= 4.9 && < 5
29-
, protolude >= 0.2
30-
, exceptions
31-
, transformers
32-
, attoparsec
32+
QuickCheck
3333
, aeson
34+
, attoparsec
35+
, base >=4.9 && <5
3436
, containers
37+
, exceptions
3538
, ghc-prim
39+
, protolude >=0.2
3640
, scientific
37-
, QuickCheck
3841
, text
42+
, transformers
3943
exposed-modules:
4044
GraphQL
4145
GraphQL.API
@@ -55,6 +59,8 @@ library
5559
GraphQL.Value
5660
GraphQL.Value.FromValue
5761
GraphQL.Value.ToValue
62+
other-modules:
63+
Paths_graphql_api
5864
default-language: Haskell2010
5965

6066
test-suite graphql-api-doctests
@@ -65,12 +71,12 @@ test-suite graphql-api-doctests
6571
default-extensions: NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
6672
ghc-options: -Wall -fno-warn-redundant-constraints -threaded
6773
build-depends:
68-
base >= 4.9 && < 5
69-
, protolude >= 0.2
74+
attoparsec
75+
, base >=4.9 && <5
76+
, doctest
7077
, exceptions
78+
, protolude >=0.2
7179
, transformers
72-
, attoparsec
73-
, doctest
7480
other-modules:
7581
ASTTests
7682
EndToEndTests
@@ -84,6 +90,7 @@ test-suite graphql-api-doctests
8490
Spec
8591
ValidationTests
8692
ValueTests
93+
Paths_graphql_api
8794
default-language: Haskell2010
8895

8996
test-suite graphql-api-tests
@@ -94,20 +101,20 @@ test-suite graphql-api-tests
94101
default-extensions: NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
95102
ghc-options: -Wall -fno-warn-redundant-constraints
96103
build-depends:
97-
base >= 4.9 && < 5
98-
, protolude >= 0.2
99-
, exceptions
100-
, transformers
101-
, attoparsec
104+
QuickCheck
102105
, aeson
106+
, attoparsec
107+
, base >=4.9 && <5
103108
, containers
109+
, directory
110+
, exceptions
104111
, graphql-api
105112
, hspec
106-
, QuickCheck
113+
, protolude >=0.2
107114
, raw-strings-qq
108115
, tasty
109116
, tasty-hspec
110-
, directory
117+
, transformers
111118
other-modules:
112119
ASTTests
113120
Doctests
@@ -121,6 +128,7 @@ test-suite graphql-api-tests
121128
SchemaTests
122129
ValidationTests
123130
ValueTests
131+
Paths_graphql_api
124132
default-language: Haskell2010
125133

126134
benchmark criterion
@@ -131,13 +139,14 @@ benchmark criterion
131139
default-extensions: NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
132140
ghc-options: -Wall -fno-warn-redundant-constraints
133141
build-depends:
134-
base >= 4.9 && < 5
135-
, protolude >= 0.2
136-
, exceptions
137-
, transformers
138-
, attoparsec
142+
attoparsec
143+
, base >=4.9 && <5
139144
, criterion
145+
, exceptions
140146
, graphql-api
147+
, protolude >=0.2
148+
, transformers
141149
other-modules:
142150
Validation
151+
Paths_graphql_api
143152
default-language: Haskell2010

package.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: graphql-api
22
version: 0.2.0
3-
synopsis: Sketch of GraphQL stuff
3+
synopsis: GraphQL API
44
description: Please see README.md
5-
maintainer: Jonathan M. Lange <[email protected]>
5+
author: Jonathan M. Lange
6+
maintainer: Jonathan M. Lange <[email protected]>, Tom Hunger <[email protected]>
67
license: Apache
78
license-file: LICENSE.Apache-2.0
89
github: jml/graphql-api
910
category: Web
11+
stability: unstable
1012

1113
# NB the "redundant constraints" warning is a GHC bug: https://ghc.haskell.org/trac/ghc/ticket/11099
1214
ghc-options: -Wall -fno-warn-redundant-constraints

0 commit comments

Comments
 (0)