Draft: Integrate stack better
2 unresolved threads
2 unresolved threads
TODO:
-
fix #188 -
fix #153 (closed) -
add FreeBSD bindist -
add possibility to install hook from bootstrap-haskell
script -
test on windows
Forked stack is here:
Bindists are here: https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.7.3.1/
Edited by Julian Ospald
Merge request reports
Activity
2268 unknown_versioning: 2269 dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.7.3.1/stack-2.7.3.1-osx-x86_64.tar.gz 2270 dlSubdir: 2271 RegexDir: "stack-.*" 2272 dlHash: 23030868be377d62ed324332d239ddd915b12f7a64c887f297e1b60a3f65894f 2273 Windows: 2274 unknown_versioning: 2275 dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.7.3.1/stack-2.7.3.1-windows-x86_64.tar.gz 2276 dlSubdir: 2277 RegexDir: "stack-.*" 2278 dlHash: a7709ec861c0fd82d46c388967854a6c2bc073c66c7e6e9ebdca618b2e568f2e 2279 Linux_Alpine: 2280 unknown_versioning: *stack-2731-64 2281 FreeBSD: 2282 unknown_versioning: 2283 dlUri: https://lol changed this line in version 2 of the diff
2235 2243 2244 Or run the following command to use system GHC versions: 2245 stack config set system-ghc true --global 2246 2247 If you don't want stack to install its own GHC even if there's 2248 no appropriate system version, run: 2249 stack config set install-ghc false --global 2250 2251 On windows, you may find the following config options useful too: 2252 skip-msys, extra-path, extra-include-dirs, extra-lib-dirs 2253 2254 Also check out: https://docs.haskellstack.org/en/stable/yaml_configuration 2255 2256 !!! GHCup ships a patched version of stack. Before reporting bugs to stack developers !!! 2257 !!! make sure it is reproducible with the original stack version: !!! 2258 !!! https://docs.haskellstack.org/en/stable/install_and_upgrade/ !!! marked the checklist item fix #188 as completed
marked the checklist item fix #153 (closed) as completed
Please register or sign in to reply