graphql-engine/server/lib/ci-info/ci-info.cabal
rikinsk 8a61802ca0 Merge branch 'main' into stable
GitOrigin-RevId: 3f6efeda389647b2fd7817b15e2952f3a562dbd5
2023-06-08 14:06:50 +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