File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ jobs:
211211 if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo "package integer-logarithms" >> cabal.project ; fi
212212 if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project ; fi
213213 cat >> cabal.project <<EOF
214- allow-newer: splitmix-0.1.3.1:base
215214 EOF
216215 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(integer-logarithms)$/; }' >> cabal.project.local
217216 cat cabal.project
Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ tests: True
44if impl(ghc >= 9.10 )
55 package integer-logarithms
66 ghc-options : -Wunused-packages
7-
8- allow-newer : splitmix-0.1.3.1 :base
You can’t perform that action at this time.
0 commit comments