mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
34e172d576
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9383 Co-authored-by: Shahidh K Muhammed <4124733+shahidhk@users.noreply.github.com> Co-authored-by: Ajeet D'Souza <1777663+ajeetdsouza@users.noreply.github.com> Co-authored-by: Brandon Simmons <210815+jberryman@users.noreply.github.com> Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com> Co-authored-by: Auke Booij <164426+abooij@users.noreply.github.com> Co-authored-by: Matthew Pickering <1216657+mpickering@users.noreply.github.com> Co-authored-by: Antoine Leblanc <1618949+nicuveo@users.noreply.github.com> GitOrigin-RevId: a7a210e2237f5adc63302b18403616c7c0aa39ca
37 lines
746 B
YAML
37 lines
746 B
YAML
name: ci-info
|
|
version: 0.1.0.0
|
|
github: "hasura/graphql-engine"
|
|
license: MIT
|
|
author: "Ajeet D'Souza"
|
|
maintainer: "build@hasura.io"
|
|
copyright: "2019 Hasura Inc."
|
|
|
|
extra-source-files:
|
|
- README.md
|
|
|
|
description: Please see the README on GitHub at <https://github.com/hasura/ci-info-hs#readme>
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- aeson
|
|
- aeson-casing
|
|
- hashable
|
|
- template-haskell
|
|
- th-lift-instances
|
|
- text
|
|
- unordered-containers
|
|
|
|
ghc-options:
|
|
- -Wall
|
|
- -Wincomplete-uni-patterns
|
|
- -Wincomplete-record-updates
|
|
- -Wcompat
|
|
- -Widentities
|
|
- -Wredundant-constraints
|
|
- -Wmissing-export-lists
|
|
- -Wpartial-fields
|
|
|
|
library:
|
|
exposed-modules: CI
|
|
source-dirs: src
|