File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 5
5
"label" : " Build" ,
6
6
"type" : " shell" ,
7
7
"command" : " bash" ,
8
- "args" : [" -lc" , " cabal new-build && echo 'Done'" ],
8
+ "args" : [" -lc" , " cabal new-build --enable-tests --enable-benchmarks && echo 'Done'" ],
9
9
"group" : {
10
10
"kind" : " build" ,
11
11
"isDefault" : true
37
37
"label" : " Test" ,
38
38
"type" : " shell" ,
39
39
"command" : " bash" ,
40
- "args" : [" -lc" , " cabal new-test --enable-tests && echo 'Done'" ],
40
+ "args" : [" -lc" , " cabal new-test --enable-tests --enable-benchmarks && echo 'Done'" ],
41
41
"group" : {
42
42
"kind" : " test" ,
43
43
"isDefault" : true
Original file line number Diff line number Diff line change
1
+ cradle :
2
+ direct :
3
+ arguments :
4
+ - -Wincomplete-patterns
5
+ - -Wincomplete-record-updates
6
+ - -Wincomplete-uni-patterns
7
+ - -Wname-shadowing
8
+ - -Worphans
9
+ - -Wredundant-constraints
10
+ - -Wunused-binds
11
+ - -Wunused-imports
12
+ - -Wunused-matches
You can’t perform that action at this time.
0 commit comments