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

relax the version constraints #9

Open
BrunoChevalier opened this issue May 9, 2017 · 2 comments
Open

relax the version constraints #9

BrunoChevalier opened this issue May 9, 2017 · 2 comments

Comments

@BrunoChevalier
Copy link
Contributor

Hi, your cabal config file contains these:
constraints: base ==4.8.2.0,
ghc-prim ==0.4.0.0,
integer-gmp ==1.0.0.0,
rts ==1.0

I have a newer version of base (4.9.0.0), so fsh failed to build and install.
When I relaxed the constraints to the following, everything worked fine:
constraints: base >=4.8.2.0,
ghc-prim >=0.4.0.0,
integer-gmp >=1.0.0.0,
rts >=1.0

@iostreamer-X
Copy link
Owner

I see, thanks for bringing it up!
Want to submit a PR?

@BrunoChevalier
Copy link
Contributor Author

BrunoChevalier commented May 11, 2017

Yeah, sorry for taking so long to answer.
I'll issue a pull request.
See #10

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