Skip to content

Commit 3701d9e

Browse files
authored
Merge pull request #1079 from haskell/ghc-9.8c
Remove no more necessary allow-newer:s
2 parents f9a11f3 + 2f44706 commit 3701d9e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ jobs:
270270
echo " ghc-options: -Werror=missing-methods" >> cabal.project
271271
cat >> cabal.project <<EOF
272272
allow-newer: hermes-json:attoparsec-iso8601
273-
allow-newer: network-uri:deepseq
274-
allow-newer: attoparsec:ghc-prim
275273
EOF
276274
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(aeson|aeson-benchmarks|aeson-examples|attoparsec-aeson|attoparsec-iso8601|text-iso8601)$/; }' >> cabal.project.local
277275
cat cabal.project

cabal.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ allow-newer: hermes-json:attoparsec-iso8601
1212

1313
-- packages: https://hackage.haskell.org/package/libperf-0.1/candidate/libperf-0.1.tar.gz
1414
-- packages: https://hackage.haskell.org/package/tasty-perfbench-0.1/candidate/tasty-perfbench-0.1.tar.gz
15-
16-
-- https://github.com/haskell/network-uri
17-
allow-newer: network-uri:deepseq
18-
19-
-- https://github.com/haskell/attoparsec/issues/223
20-
allow-newer: attoparsec:ghc-prim

0 commit comments

Comments
 (0)