Skip to content

Commit 658bb69

Browse files
committed
Thanks to @rahulmutt for digging these flags up
1 parent b1b4d00 commit 658bb69

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

github-webhooks.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--
33
-- see: https://github.com/sol/hpack
44
--
5-
-- hash: 3a5e153626d27bf18ef6a1b4bcd4346c0b6fb4a13a071adc473d6224f7f87aec
5+
-- hash: a1a4064d53639fefe12d7deb1295ebb9246da1ff5a828e58baf91112ee25169a
66

77
name: github-webhooks
88
version: 0.9.1
@@ -57,7 +57,6 @@ extra-source-files:
5757
stack-ghc-7.10.yaml
5858
stack-ghc-7.8.yaml
5959
stack-ghc-8.0.yaml
60-
stack-nightly.yaml
6160
stack.yaml
6261

6362
source-repository head
@@ -68,7 +67,7 @@ library
6867
hs-source-dirs:
6968
src
7069
default-extensions: DeriveDataTypeable DeriveGeneric OverloadedStrings
71-
ghc-options: -Wall
70+
ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
7271
build-depends:
7372
aeson
7473
, base ==4.*
@@ -95,7 +94,7 @@ test-suite spec
9594
hs-source-dirs:
9695
spec
9796
default-extensions: DeriveDataTypeable DeriveGeneric OverloadedStrings ScopedTypeVariables
98-
ghc-options: -Wall
97+
ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
9998
build-depends:
10099
aeson
101100
, base ==4.*

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description:
1919
See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
2020

2121
ghc-options:
22-
- -Wall
22+
- -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
2323

2424
default-extensions:
2525
- DeriveDataTypeable

stack-ghc-7.8.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
resolver: lts-2.22
22
extra-deps:
33
# Needed for servant examples
4-
- servant-github-webhook-0.3.2.1
5-
extra-deps:
6-
- cryptonite-0.25
4+
- servant-github-webhook-0.4.0.0
75
packages:
86
- .
97
- location: ./examples/servant-simple

0 commit comments

Comments
 (0)