Skip to content

Commit 2b4c429

Browse files
committed
Release candidate 0.15.0
1 parent f7e2d63 commit 2b4c429

File tree

10 files changed

+37
-23
lines changed

10 files changed

+37
-23
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ matrix:
1717
env: STACK_YAML=stack-ghc-8.2.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
1818
- os: linux
1919
env: STACK_YAML=stack-ghc-8.4.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
20+
- os: linux
21+
env: STACK_YAML=stack-ghc-8.6.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
22+
- os: linux
23+
env: STACK_YAML=stack-ghc-8.8.yaml STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
2024
# Current releases
2125
- os: linux
2226
env: STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.15.0
2+
3+
* Corrected false failures in the test suite when using `time-1.9` and later (by Julien Debon)
4+
15
# 0.14.0
26

37
* Corrected description for CheckRunEventAction

github-webhooks.cabal

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
-- This file has been generated from package.yaml by hpack version 0.21.2.
1+
cabal-version: 1.12
2+
3+
-- This file has been generated from package.yaml by hpack version 0.31.2.
24
--
35
-- see: https://github.com/sol/hpack
46
--
5-
-- hash: 3ecaf28341b22a1bd64edf93c46278d73183c6c1d8d64bdb8a7c72822883b054
7+
-- hash: fc4ab955c62cdd181b1557e931d1c790d5b28eb4ca7c837d32a3c0749f8d412d
68

7-
cabal-version: >= 1.10
89
name: github-webhooks
9-
version: 0.14.0
10+
version: 0.15.0
1011
synopsis: Aeson instances for GitHub Webhook payloads.
1112
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
1213
category: GitHub
@@ -25,8 +26,18 @@ copyright: (c) 2017-2020 ONROCK
2526
license: MIT
2627
license-file: LICENSE
2728
build-type: Simple
28-
2929
extra-source-files:
30+
package.yaml
31+
stack.yaml
32+
stack-examples.yaml
33+
stack-ghc-7.10.yaml
34+
stack-ghc-7.8.yaml
35+
stack-ghc-8.0.yaml
36+
stack-ghc-8.2.yaml
37+
stack-ghc-8.4.yaml
38+
stack-ghc-8.6.yaml
39+
stack-ghc-8.8.yaml
40+
stack-nightly.yaml
3041
CHANGELOG.md
3142
fixtures/check-run-event.json
3243
fixtures/check-suite-event.json
@@ -63,15 +74,6 @@ extra-source-files:
6374
fixtures/team-add-event.json
6475
fixtures/team-event.json
6576
fixtures/watch-event.json
66-
package.yaml
67-
stack-examples.yaml
68-
stack-ghc-7.10.yaml
69-
stack-ghc-7.8.yaml
70-
stack-ghc-8.0.yaml
71-
stack-ghc-8.2.yaml
72-
stack-ghc-8.4.yaml
73-
stack-nightly.yaml
74-
stack.yaml
7577

7678
source-repository head
7779
type: git

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github-webhooks
2-
version: 0.14.0
2+
version: 0.15.0
33

44
category: GitHub
55
license: MIT

stack-examples.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
resolver: lts-11.5
1+
resolver: lts-16.6
22
packages:
33
- .
44
- examples/scotty
55
- examples/servant
66
- examples/servant-simple
77
extra-deps:
88
# Needed for servant examples
9-
- servant-github-webhook-0.4.1.0
9+
- servant-github-webhook-0.4.2.0
10+
- github-0.26
11+
- binary-instances-1.0.0.1

stack-ghc-8.6.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-13.11

stack-ghc-8.8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-15.3

stack-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: nightly-2020-07-12
1+
resolver: nightly-2020-07-22

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resolver: lts-11.5
1+
resolver: lts-16.6

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 507344
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/11/5.yaml
11-
sha256: a95cf9e057426149f3f69054edb3b62630d8ac39e38b34cd6035b769ca3085f9
12-
original: lts-11.5
9+
size: 531718
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/6.yaml
11+
sha256: 230a7266fc11f76222bd3bb68e9503ed11d553060a752f164bff6753ed03e271
12+
original: lts-16.6

0 commit comments

Comments
 (0)