haskell: don't pin stack to version in LTS, but take the latest from hackage

This commit is contained in:
Dennis Gosnell 2023-07-26 11:09:53 +09:00
parent 32532fb2d3
commit 6f41cccb9e
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -66,6 +66,7 @@ sed -r \
-e '/ hie-bios /d' \
-e '/ ShellCheck /d' \
-e '/ Agda /d' \
-e '/ stack /d' \
< "${tmpfile_new}" >> $stackage_config
# Explanations:
# cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing.