File tree Expand file tree Collapse file tree 10 files changed +37
-23
lines changed Expand file tree Collapse file tree 10 files changed +37
-23
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
89name : github-webhooks
9- version : 0.14 .0
10+ version : 0.15 .0
1011synopsis : Aeson instances for GitHub Webhook payloads.
1112description : Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
1213category : GitHub
@@ -25,8 +26,18 @@ copyright: (c) 2017-2020 ONROCK
2526license : MIT
2627license-file : LICENSE
2728build-type : Simple
28-
2929extra-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
7678source-repository head
7779 type : git
Original file line number Diff line number Diff line change 11name : github-webhooks
2- version : 0.14 .0
2+ version : 0.15 .0
33
44category : GitHub
55license : MIT
Original file line number Diff line number Diff line change 1- resolver : lts-11.5
1+ resolver : lts-16.6
22packages :
33- .
44- examples/scotty
55- examples/servant
66- examples/servant-simple
77extra-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
Original file line number Diff line number Diff line change 1+ resolver : lts-13.11
Original file line number Diff line number Diff line change 1+ resolver : lts-15.3
Original file line number Diff line number Diff line change 1- resolver : nightly-2020-07-12
1+ resolver : nightly-2020-07-22
Original file line number Diff line number Diff line change 1- resolver : lts-11.5
1+ resolver : lts-16.6
Original file line number Diff line number Diff line change 66packages: []
77snapshots:
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
You can’t perform that action at this time.
0 commit comments