10Pines/pdepreludat

Mensaje confuso al hacer stack new

Closed this issue · 1 comments

Cada vez que hago stack new ... me tira

The following parameters were needed by the template but not provided: ghc, hashFiles('**, matrix, os, plan, runner, yaml')
You can provide them in /home/dodain/.stack/config.yaml, like this:
templates:
  params:
    ghc: value
    hashFiles('**: value
    matrix: value
    os: value
    plan: value
    runner: value
    yaml'): value
Or you can pass each one as parameters like this:
stack new comidas-haskell https://github.com/10Pines/pdepreludat/releases/download/2.1.6/pdepreludat.hsfiles -p "ghc:value" -p "hashFiles('**:value" -p "matrix:value" -p "os:value" -p "plan:value" -p "runner:value" -p "yaml'):value"

Supongo que tiene que ver con alguno de los archivos que se autogenera... lo anoto para ver

ludat commented

tiene mucha pinta de ser el yaml de github actions que quiza usa una sintaxis parecida pero no investigué nada, es solamente mi primera corazonada