hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

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

Open dan-t opened this issue 9 years ago • 3 comments

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

dan-t avatar Aug 06 '15 17:08 dan-t

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.

schell avatar Aug 13 '15 16:08 schell

I'm not using stack, so it might be helful if the original author @ranjitjhala takes a look.

dan-t avatar Aug 14 '15 10:08 dan-t

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

ranjitjhala avatar Aug 14 '15 15:08 ranjitjhala