Skip to content

Commit 0263568

Browse files
authored
Merge pull request #53 from haskellari/update-ci
Update CI: remove allow-newer
2 parents 5f77d2b + deea4b8 commit 0263568

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 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

cabal.project

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ tests: True
44
if impl(ghc >=9.10)
55
package integer-logarithms
66
ghc-options: -Wunused-packages
7-
8-
allow-newer: splitmix-0.1.3.1:base

0 commit comments

Comments
 (0)