maintainers/haskell/update-stackage.sh: Strip out with-compiler from stackage config

It was previously just being inserted alphabetically into the list
This commit is contained in:
Ellie Hermaszewska 2023-04-05 15:21:47 +08:00
parent 5fd7c9645e
commit d7c630ca17
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -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}"

View File

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