@@ -182,6 +182,7 @@ data GHCCompileOptions = GHCCompileOptions
,addConfArgs::[Text]
,setCompile::Bool
,ovewrwiteVer::MaybeVersion
,buildFlavour::MaybeString
}
dataUpgradeOpts=UpgradeInplace
...
...
@@ -987,6 +988,13 @@ ghcCompileOpts =
"Allows to overwrite the finally installed VERSION with a different one, e.g. when you build 8.10.4 with your own patches, you might want to set this to '8.10.4-p1'"