graphql-engine/server/lib/ci-info/ci-info.cabal
kodiakhq[bot] 34e172d576 chore(tooling): import ci-info-hs into monorepo
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
2023-06-01 12:51:39 +00:00

58 lines
1.4 KiB
Plaintext

-- This file has been generated from package.yaml by hpack version 0.9.1.
--
-- see: https://github.com/sol/hpack
name: ci-info
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/hasura/graphql-engine#readme>
homepage: https://github.com/hasura/graphql-engine#readme
bug-reports: https://github.com/hasura/graphql-engine/issues
author: Ajeet D'Souza
maintainer: build@hasura.io
copyright: 2019 Hasura Inc.
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
res/vendors.json
source-repository head
type: git
location: https://github.com/hasura/
library
hs-source-dirs:
src
ghc-options:
-- Taken from https://medium.com/mercury-bank/enable-all-the-warnings-a0517bc081c3
-Weverything
-Wno-missing-exported-signatures
-Wno-missing-import-lists
-Wno-missed-specialisations
-Wno-all-missed-specialisations
-Wno-unsafe
-Wno-safe
-Wno-missing-local-signatures
-Wno-monomorphism-restriction
-Wno-missing-kind-signatures
-Wno-missing-safe-haskell-mode
build-depends:
base >= 4.7 && < 5
, aeson
, aeson-casing
, hashable
, template-haskell
, th-lift-instances
, text
, unordered-containers
exposed-modules:
CI
other-modules:
CI.TH
CI.Types
default-language: Haskell2010