packages feed

github-webhooks-0.15.0: github-webhooks.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fc4ab955c62cdd181b1557e931d1c790d5b28eb4ca7c837d32a3c0749f8d412d

name:           github-webhooks
version:        0.15.0
synopsis:       Aeson instances for GitHub Webhook payloads.
description:    Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
category:       GitHub
homepage:       https://github.com/onrock-eng/github-webhooks#readme
bug-reports:    https://github.com/onrock-eng/github-webhooks/issues
author:         Kyle Van Berendonck <kyle.vanberendonck@onrock.online>,
                Christian Sakai <christianmsakai@gmail.com>,
                Thomas DuBuisson <thomas.dubuisson@gmail.com>,
                Rob Berry,
                Domen Kozar <domen@dev.si>,
                Alistair Burrowes,
                Matthew Bauer,
                Julien Debon
maintainer:     Kyle Van Berendonck <foss@onrock.online>
copyright:      (c) 2017-2020 ONROCK
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    package.yaml
    stack.yaml
    stack-examples.yaml
    stack-ghc-7.10.yaml
    stack-ghc-7.8.yaml
    stack-ghc-8.0.yaml
    stack-ghc-8.2.yaml
    stack-ghc-8.4.yaml
    stack-ghc-8.6.yaml
    stack-ghc-8.8.yaml
    stack-nightly.yaml
    CHANGELOG.md
    fixtures/check-run-event.json
    fixtures/check-suite-event.json
    fixtures/commit-comment-event.json
    fixtures/create-event.json
    fixtures/delete-event.json
    fixtures/deployment-event.json
    fixtures/deployment-status-event.json
    fixtures/fork-event.json
    fixtures/gollum-event.json
    fixtures/installation-event.json
    fixtures/installation-repo-event.json
    fixtures/issue-comment-event.json
    fixtures/issues-event.json
    fixtures/label-event.json
    fixtures/member-event.json
    fixtures/membership-event.json
    fixtures/milestone-event.json
    fixtures/org-block-event.json
    fixtures/organization-event.json
    fixtures/page-build-event.json
    fixtures/project-card-event.json
    fixtures/project-column-event.json
    fixtures/project-event.json
    fixtures/public-event.json
    fixtures/pull-request-event-null-body.json
    fixtures/pull-request-event.json
    fixtures/pull-request-review-comment-event.json
    fixtures/pull-request-review-event.json
    fixtures/push-event.json
    fixtures/release-event.json
    fixtures/repository-event.json
    fixtures/status-event.json
    fixtures/team-add-event.json
    fixtures/team-event.json
    fixtures/watch-event.json

source-repository head
  type: git
  location: https://github.com/onrock-eng/github-webhooks

flag ci
  description: A stricter build designed for continuous integration.
  manual: True
  default: False

library
  hs-source-dirs:
      src
  default-extensions: DeriveDataTypeable DeriveGeneric OverloadedStrings
  build-depends:
      aeson
    , base ==4.*
    , base16-bytestring
    , bytestring
    , cryptonite
    , deepseq
    , deepseq-generics
    , memory
    , text
    , time
    , vector
  if flag(ci)
    ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -ddump-to-file -ddump-hi
  exposed-modules:
      GitHub.Data.Webhooks.Events
      GitHub.Data.Webhooks.Payload
      GitHub.Data.Webhooks.Secure
  other-modules:
      Paths_github_webhooks
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      spec
  default-extensions: DeriveDataTypeable DeriveGeneric OverloadedStrings ScopedTypeVariables
  build-depends:
      aeson
    , base ==4.*
    , bytestring
    , github-webhooks
    , hspec ==2.*
    , text
    , vector
  if flag(ci)
    ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -ddump-to-file -ddump-hi
  other-modules:
      DecodeEventsSpec
      Paths_github_webhooks
  default-language: Haskell2010