File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
16
16
test :
17
17
override :
18
- - stack --no-terminal build --test
18
+ - stack --no-terminal build --test --pedantic
19
19
- stack --no-terminal test
20
20
- stack --no-terminal haddock
21
21
post :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ library
23
23
hs-source-dirs :
24
24
src
25
25
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
26
- ghc-options : -Wall -fno-warn-redundant-constraints -Werror
26
+ ghc-options : -Wall -fno-warn-redundant-constraints
27
27
build-depends :
28
28
base >= 4.9 && < 5
29
29
, protolude
@@ -62,7 +62,7 @@ test-suite graphql-api-doctests
62
62
hs-source-dirs :
63
63
tests
64
64
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
65
- ghc-options : -Wall -fno-warn-redundant-constraints -Werror - threaded
65
+ ghc-options : -Wall -fno-warn-redundant-constraints -threaded
66
66
build-depends :
67
67
base >= 4.9 && < 5
68
68
, protolude
@@ -90,7 +90,7 @@ test-suite graphql-api-tests
90
90
hs-source-dirs :
91
91
tests
92
92
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
93
- ghc-options : -Wall -fno-warn-redundant-constraints -Werror
93
+ ghc-options : -Wall -fno-warn-redundant-constraints
94
94
build-depends :
95
95
base >= 4.9 && < 5
96
96
, protolude
@@ -126,7 +126,7 @@ benchmark criterion
126
126
hs-source-dirs :
127
127
benchmarks
128
128
default-extensions : NoImplicitPrelude OverloadedStrings RecordWildCards TypeApplications
129
- ghc-options : -Wall -fno-warn-redundant-constraints -Werror
129
+ ghc-options : -Wall -fno-warn-redundant-constraints
130
130
build-depends :
131
131
base >= 4.9 && < 5
132
132
, protolude
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ github: jml/graphql-api
9
9
category : Web
10
10
11
11
# NB the "redundant constraints" warning is a GHC bug: https://ghc.haskell.org/trac/ghc/ticket/11099
12
- ghc-options : -Wall -fno-warn-redundant-constraints -Werror
12
+ ghc-options : -Wall -fno-warn-redundant-constraints
13
13
default-extensions :
14
14
- NoImplicitPrelude
15
15
- OverloadedStrings
You can’t perform that action at this time.
0 commit comments