File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,6 @@ jobs:
214214 echo " ghc-options: -Werror=missing-methods -Werror=missing-fields" >> cabal.project
215215 if [ $((HCNUMVER >= 90400)) -ne 0 ] ; then echo "package rere" >> cabal.project ; fi
216216 if [ $((HCNUMVER >= 90400)) -ne 0 ] ; then echo " ghc-options: -Werror=unused-packages" >> cabal.project ; fi
217- if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo "package rere" >> cabal.project ; fi
218- if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project ; fi
219217 cat >> cabal.project <<EOF
220218 constraints: rere +rere-intersection
221219 EOF
Original file line number Diff line number Diff line change 1+ error-incomplete-patterns: False
12branches: master
23tests: >=8.4
34benchmarks: >=8.4
You can’t perform that action at this time.
0 commit comments