mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
haskell: Remove 'stack.exe' bin (#639)
This commit is contained in:
parent
e82dfe2dc5
commit
911acebe18
@ -13,12 +13,11 @@
|
|||||||
"installer": {
|
"installer": {
|
||||||
"script": [
|
"script": [
|
||||||
"Expand-7zipArchive -Path \"$dir\\HaskellPlatform-$version-core-x86_64-setup.exe\" -ExtractDir '$_15_' -Removal",
|
"Expand-7zipArchive -Path \"$dir\\HaskellPlatform-$version-core-x86_64-setup.exe\" -ExtractDir '$_15_' -Removal",
|
||||||
"Get-ChildItem -Path \"$dir\" | Convert-Path | ForEach-Object { Expand-7zipArchive -Path $_ -Removal }",
|
"Get-ChildItem -Path \"$dir\" -Exclude 'stack*' | Convert-Path | ForEach-Object { Expand-7zipArchive -Path $_ -Removal }",
|
||||||
"Remove-Item -Path \"$dir\\`$PLUGINSDIR\", \"$dir\\*uninstall*\" -Recurse -Force"
|
"Remove-Item -Path \"$dir\\`$PLUGINSDIR\", \"$dir\\*uninstall*\", \"$dir\\stack*\" -Recurse -Force"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"stack.exe",
|
|
||||||
"bin\\ghc.exe",
|
"bin\\ghc.exe",
|
||||||
"bin\\ghci.exe",
|
"bin\\ghci.exe",
|
||||||
"bin\\ghc-pkg.exe",
|
"bin\\ghc-pkg.exe",
|
||||||
@ -36,6 +35,9 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"env_add_path": "lib\\extralibs\\bin",
|
"env_add_path": "lib\\extralibs\\bin",
|
||||||
|
"suggest": {
|
||||||
|
"Stack": "stack"
|
||||||
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.haskell.org/platform/windows.html",
|
"url": "https://www.haskell.org/platform/windows.html",
|
||||||
"regex": "<strong>([\\d.]+)</strong>"
|
"regex": "<strong>([\\d.]+)</strong>"
|
||||||
@ -51,5 +53,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notes": "For 32bit Haskell, please install 'versions/haskell863'."
|
"notes": [
|
||||||
|
"For Haskell Stack, please install 'stack'.",
|
||||||
|
"For 32bit Haskell, please install 'versions/haskell863'."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user