haskell-stack-mirror-script icon indicating copy to clipboard operation
haskell-stack-mirror-script copied to clipboard

Bash script that downloads a full set of available stack and hackage resources ready to be mirrored offline.

Results 4 haskell-stack-mirror-script issues
Sort by recently updated
recently updated
newest added

It looks like Stack changed a bunch of stuff in version 2 that effects this project. So far they all seem to relate to the `config.yaml` file: * `package-indices` now...

"stack new" fails because of hard-coded urls for fetching templates. You have to manually specify url/path to the desired template. Related to *stack* issue: commercialhaskell/stack#2804

stack bug

In order to run `stack setup` you have to supply a path to "mirror/stack-setup-mirror.yaml" manually with `--setup-info-yaml` option every time. This is due to inability of *stack* to use `setup-info:`...

stack bug