graphql-engine/server/lib/ci-info/package.yaml
rikinsk 8a61802ca0 Merge branch 'main' into stable
GitOrigin-RevId: 3f6efeda389647b2fd7817b15e2952f3a562dbd5
2023-06-08 14:06:50 +00:00

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