Skip to content

Commit ae5d7c7

Browse files
committed
WIP
1 parent 4f3785a commit ae5d7c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cabal.haskell-ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)