File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 22--
33-- see: https://github.com/sol/hpack
44--
5- -- hash: 3a5e153626d27bf18ef6a1b4bcd4346c0b6fb4a13a071adc473d6224f7f87aec
5+ -- hash: a1a4064d53639fefe12d7deb1295ebb9246da1ff5a828e58baf91112ee25169a
66
77name : github-webhooks
88version : 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
6362source-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. *
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description:
1919 See the README at <https://github.com/onrock-eng/github-webhooks#readme> for examples.
2020
2121ghc-options :
22- - -Wall
22+ - -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
2323
2424default-extensions :
2525 - DeriveDataTypeable
Original file line number Diff line number Diff line change 11resolver : lts-2.22
22extra-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
75packages :
86- .
97- location : ./examples/servant-simple
You can’t perform that action at this time.
0 commit comments