hdevtools
hdevtools copied to clipboard
Can't compile with ghc 7.8.3 because of process >= 1.2.3.0
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
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.
I'm not using stack, so it might be helful if the original author @ranjitjhala takes a look.
Hi all, sorry about that -- I'll try to get to it over the next couple of days.