Support GHC 9.4
This commit is contained in:
@ -77,7 +77,7 @@ updateSlackBuildVersion packagePath version additionalDownloads = do
|
||||
updateLineDependencyVersion dependencyName = updateLineVariable
|
||||
$ dependencyName <> "_VERSION"
|
||||
updateLineVariable variableName variableValue line
|
||||
| Text.isSuffixOf (variableName <> "=") line =
|
||||
| Text.isPrefixOf (variableName <> "=") line =
|
||||
variableName <> "=${" <> variableName <> ":-" <> variableValue <> "}"
|
||||
| otherwise = line
|
||||
|
||||
|
Reference in New Issue
Block a user