| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 12:02:43 GMT
X-Served-By: cache-dfw-kdal2120127-DFW, cache-bom-vanm7210091-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768651363.211772,VS0,VE304
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
graphql: Haskell GraphQL implementation
graphql: Haskell GraphQL implementation
Modules
[Index] [Quick Jump]
Downloads
- graphql-1.5.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.2, 0.2.1, 0.3, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.11.0.0, 0.11.1.0, 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.0.3.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.3.0.0, 1.4.0.0, 1.5.0.0, 1.5.0.1, 1.5.0.2 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.15 && <5), conduit (>=1.3.4 && <1.4), containers (>=0.6 && <0.9), exceptions (>=0.10.4 && <0.11), megaparsec (>=9.0 && <10), parser-combinators (>=1.3 && <2), text (>=1.2 && <3), transformers (>=0.5.6 && <0.7), unordered-containers (>=0.2.14 && <0.3), vector (>=0.12 && <0.14) [details] |
| Tested with | ghc ==9.12.2, ghc ==9.14.1 |
| License | MPL-2.0 AND BSD-3-Clause[multiple license files] |
| Copyright | (c) 2019-2026 Eugen Wissner, (c) 2015-2017 J. Daniel Navarro |
| Author | Danny Navarro <j@dannynavarro.net>, Matthías Páll Gissurarson <mpg@mpg.is>, Sólrún Halla Einarsdóttir <she@mpg.is> |
| Maintainer | belka@caraus.de |
| Uploaded | by belka at 2026-01-08T21:53:15Z |
| Category | Language |
| Home page | https://git.caraus.tech/OSS/graphql |
| Bug tracker | https://issues.caraus.tech/projects/graphql/issues |
| Source repo | head: git clone https://git.caraus.tech/OSS/graphql.git |
| Distributions | LTSHaskell:1.5.0.2, NixOS:1.5.0.1, Stackage:1.5.0.2 |
| Reverse Dependencies | 5 direct, 1 indirect [details] |
| Downloads | 9428 total (160 in the last 30 days) |
| Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2026-01-09 [all 1 reports] |
Readme for graphql-1.5.0.2
[back to package description]GraphQL implementation in Haskell
See https://git.caraus.tech/OSS/graphql.
This is the core library that provides:
- Parser for the query and schema languages, as well as a printer for the query language (minimizer and pretty-printer).
- Data structures to define a type system.
- Executor (queries, mutations and subscriptions are supported).
- Validation.
Documentation
Report issues on the bug tracker.
API documentation is available through Hackage.