mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
58 lines
1.4 KiB
Plaintext
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
|