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 text-short" >> 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 /^(text-short)$/; }' >> cabal.project.local
217216 cat cabal.project
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ tests: True
33
44package text-short
55 flags : +asserts
6-
7- allow-newer : splitmix-0.1.3.1 :base
You can’t perform that action at this time.
0 commit comments