Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile problem #8

Open
LiYing0 opened this issue Aug 16, 2019 · 3 comments
Open

Compile problem #8

LiYing0 opened this issue Aug 16, 2019 · 3 comments

Comments

@LiYing0
Copy link

LiYing0 commented Aug 16, 2019

The installation method I used is docker installation.When I run “docker-compose build”

the error message is that:
--RUN make:
Stack no longer supports Cabal version below 1.19.2 but version 1.18.1.5 was found.

I think the version that the stack.yaml specifing is not the latest so I add a command “resolver: ghc-8.6.5 ”。

After that,in the process of make,the ghc-8.6.5 has been installed ,but the error is there are some package dependencies were wrong(so many)like "In the dependencies for snap-1.1.2.0:
attoparsec must match >=0.10 && <0.14, but the stack configuration has no specified version
(latest matching version is 0.13.2.2)"。

I am a newbie with docker, how can I solve this problem and let the software start smoothly?

Environment:
windows 10
CPU:x64
virtualbox:6.0.6
fedora:30
Docker version 18.06.3-ce, build d7080c1
docker-compose version 1.22.0, build f46880f

@rpgove
Copy link
Contributor

rpgove commented Aug 16, 2019

I don't have time to work on this project now. Sorry I can't help you. If you're able to fix the problem please feel free to submit a pull request.

@LiYing0
Copy link
Author

LiYing0 commented Aug 18, 2019

Thank you for your reply, I will try to solve this problem.

I don't have time to work on this project now. Sorry I can't help you. If you're able to fix the problem please feel free to submit a pull request.

@rpgove
Copy link
Contributor

rpgove commented Jun 10, 2020

@LiYing0 this may have been fixed in GH-9. Please let me know if you are able to verify this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants