Skip to content

Commit

Permalink
Release candidate 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed Jul 23, 2020
1 parent f7e2d63 commit 2b4c429
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 23 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ matrix:
env: STACK_YAML=stack-ghc-8.2.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.4.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.6.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
- os: linux
env: STACK_YAML=stack-ghc-8.8.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
# Current releases
- os: linux
env: STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.15.0

* Corrected false failures in the test suite when using `time-1.9` and later (by Julien Debon)

# 0.14.0

* Corrected description for CheckRunEventAction
Expand Down
30 changes: 16 additions & 14 deletions github-webhooks.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
-- This file has been generated from package.yaml by hpack version 0.21.2.
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: 3ecaf28341b22a1bd64edf93c46278d73183c6c1d8d64bdb8a7c72822883b054
-- hash: fc4ab955c62cdd181b1557e931d1c790d5b28eb4ca7c837d32a3c0749f8d412d

cabal-version: >= 1.10
name: github-webhooks
version: 0.14.0
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
Expand All @@ -25,8 +26,18 @@ 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
Expand Down Expand Up @@ -63,15 +74,6 @@ extra-source-files:
fixtures/team-add-event.json
fixtures/team-event.json
fixtures/watch-event.json
package.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-nightly.yaml
stack.yaml

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: github-webhooks
version: 0.14.0
version: 0.15.0

category: GitHub
license: MIT
Expand Down
6 changes: 4 additions & 2 deletions stack-examples.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
resolver: lts-11.5
resolver: lts-16.6
packages:
- .
- examples/scotty
- examples/servant
- examples/servant-simple
extra-deps:
# Needed for servant examples
- servant-github-webhook-0.4.1.0
- servant-github-webhook-0.4.2.0
- github-0.26
- binary-instances-1.0.0.1
1 change: 1 addition & 0 deletions stack-ghc-8.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-13.11
1 change: 1 addition & 0 deletions stack-ghc-8.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-15.3
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: nightly-2020-07-12
resolver: nightly-2020-07-22
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-11.5
resolver: lts-16.6
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 507344
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/11/5.yaml
sha256: a95cf9e057426149f3f69054edb3b62630d8ac39e38b34cd6035b769ca3085f9
original: lts-11.5
size: 531718
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/6.yaml
sha256: 230a7266fc11f76222bd3bb68e9503ed11d553060a752f164bff6753ed03e271
original: lts-16.6

0 comments on commit 2b4c429

Please sign in to comment.