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

Can't compile with ghc 7.8.3 because of process >= 1.2.3.0 #11

Open
dan-t opened this issue Aug 6, 2015 · 3 comments
Open

Can't compile with ghc 7.8.3 because of process >= 1.2.3.0 #11

dan-t opened this issue Aug 6, 2015 · 3 comments

Comments

@dan-t
Copy link

dan-t commented Aug 6, 2015

Hi,

the lower bound constraint on process seems to be introduced because of the
usage of the new function readCreateProcess, but ghc 7.8.3 is released with
process-1.2.0.0.

Greetings,
Daniel

@schell
Copy link
Owner

schell commented Aug 13, 2015

I'm on 7.10.2 - can you author a fix and submit another PR? I think the solution would be as simple as using CPP and a different process spawning function.

@dan-t
Copy link
Author

dan-t commented Aug 14, 2015 via email

@ranjitjhala
Copy link

Hi all, sorry about that -- I'll try to get to it over the next couple of days.

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

3 participants