Skip to content

Commit 4a99657

Browse files
authored
Merge pull request #58 from haskell-hvr/update-ci
Update CI: remove allow-newer
2 parents 8d674dc + 9782738 commit 4a99657

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/haskell-ci.yml

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

cabal.project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ tests: True
33

44
package text-short
55
flags: +asserts
6-
7-
allow-newer: splitmix-0.1.3.1:base

0 commit comments

Comments
 (0)