Skip to content

Commit

Permalink
Remove no more necessary allow-newer:s
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Oct 22, 2023
1 parent f9a11f3 commit 2f44706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ jobs:
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: hermes-json:attoparsec-iso8601
allow-newer: network-uri:deepseq
allow-newer: attoparsec:ghc-prim
EOF
$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
cat cabal.project
Expand Down
6 changes: 0 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ allow-newer: hermes-json:attoparsec-iso8601

-- packages: https://hackage.haskell.org/package/libperf-0.1/candidate/libperf-0.1.tar.gz
-- packages: https://hackage.haskell.org/package/tasty-perfbench-0.1/candidate/tasty-perfbench-0.1.tar.gz

-- https://github.com/haskell/network-uri
allow-newer: network-uri:deepseq

-- https://github.com/haskell/attoparsec/issues/223
allow-newer: attoparsec:ghc-prim

0 comments on commit 2f44706

Please sign in to comment.