From d7c630ca17a9657a7c9d994a3ab65b279d6061e5 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Wed, 5 Apr 2023 15:21:47 +0800 Subject: [PATCH] maintainers/haskell/update-stackage.sh: Strip out with-compiler from stackage config It was previously just being inserted alphabetically into the list --- maintainers/scripts/haskell/update-stackage.sh | 1 + .../haskell-modules/configuration-hackage2nix/stackage.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index 95efeff732b6..4acb76233c62 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -40,6 +40,7 @@ sed -r \ -e 's|^constraints:||' \ -e 's|^ +| - |' \ -e 's|,$||' \ + -e '/^with-compiler:/d' \ -e '/installed$/d' \ -e '/^$/d' \ < "${tmpfile}" | sort --ignore-case >"${tmpfile_new}" diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 0ecc8dba7455..242fef5407cd 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -2902,7 +2902,6 @@ default-package-overrides: - Win32-notify ==0.3.0.3 - windns ==0.1.0.1 - witch ==1.1.6.1 -with-compiler: ghc-9.2.7 - withdependencies ==0.3.0 - witherable ==0.4.2 - within ==0.2.0.1