Skip to content

Incomplete installation directions #59

@ofiryanai

Description

@ofiryanai

Hello, I'm new to Haskell and wanted to dive into this project.
I installed ghc and haskell-stack on my mac as the README suggested, but executing stack setup I kept getting errors like this:

Pulling image from registry: 'fpco/stack-build:lts-12.21'
fork/exec /usr/local/bin/com.docker.cli: bad file descriptor
Could not pull Docker image:
    fpco/stack-build:lts-12.21
There may not be an image on the registry for your resolver's LTS version in
your configuration file.

I tried to edit the docker image in the stack.yaml and the second stack yaml to no avail.

The issue was finally solved by docker pulling the relevant image externally, and then the rest of the process worked fine.

I guess I'd like to add this step to the documentation, if you'd like me to open a PR please just tell me how.
Thanks!

EDIT

ok, I thought I had after renaming and editing the yamls, in the end I restored the original git state (worked with the original yamls). so to sum it up, the only extra installation step needed is docker pull fpco/stack-build:lts-10.4 before running stack setup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions