mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
8a61802ca0
GitOrigin-RevId: 3f6efeda389647b2fd7817b15e2952f3a562dbd5
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
|