From 0b80c954da5bf23498a4d91dfbb700704a3d40ee Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 16 May 2024 11:06:08 +0300 Subject: [PATCH] Drop now unneeded allow-newer fields --- .github/workflows/haskell-ci.yml | 10 +++------- cabal.project | 7 ------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 34e583f8..3119b9ba 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.19.20240513 +# version: 0.19.20240514 # -# REGENDATA ("0.19.20240513",["github","--config=cabal.haskell-ci","cabal.project"]) +# REGENDATA ("0.19.20240514",["github","--config=cabal.haskell-ci","cabal.project"]) # name: Haskell-CI on: @@ -304,12 +304,8 @@ jobs: echo "package metametapost" >> cabal.project echo " ghc-options: -Werror=missing-methods" >> cabal.project cat >> cabal.project <> cabal.project.local + $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(indexed-profunctors|metametapost|optics|optics-core|optics-extra|optics-sop|optics-th|optics-vl|template-haskell-optics)$/; }' >> cabal.project.local cat cabal.project cat cabal.project.local - name: dump install plan diff --git a/cabal.project b/cabal.project index 8faa9d57..9f0c53f6 100644 --- a/cabal.project +++ b/cabal.project @@ -13,10 +13,3 @@ packages: metametapost/*.cabal tests: true - --- TODO for GHC-9.10.1 -allow-newer: indexed-traversable:base -allow-newer: indexed-traversable:containers -allow-newer: indexed-traversable-instances:base --- https://github.com/haskell-unordered-containers/unordered-containers/issues/489 -allow-newer: unordered-containers:template-haskell