File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,6 @@ jobs:
208208 echo "package hashable" >> cabal.project
209209 echo " ghc-options: -Werror=missing-methods -Werror=missing-fields" >> cabal.project
210210 echo "package hashable" >> cabal.project
211- echo " ghc-options: -Werror=unused-packages" >> cabal.project
212- echo "package hashable" >> cabal.project
213211 echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project
214212 cat >> cabal.project <<EOF
215213 allow-newer: splitmix-0.1.3.1:base
Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ constraint-set filepath-1.5
1717 constraints: filepath ^>=1.5.2.0
1818 tests: True
1919 run-tests: True
20+
21+ -- TODO
22+ error-unused-packages: False
You can’t perform that action at this time.
0 commit comments