typelead / eta-hackage

A set of patches to make Hackage compatible with the Eta language.
64 stars 31 forks source link

Patch process-1.6.2.0 #66

Closed phanimahesh closed 6 years ago

phanimahesh commented 6 years ago

Here's what happens today:

Configuring process-1.6.2.0...
Preprocessing library for process-1.6.2.0..
Building library for process-1.6.2.0..
[1 of 5] Compiling System.Process.Common ( System/Process/Common.hs, dist/dist-sandbox-f6755099/build/System/Process/Common.jar )

System/Process/Common.hs:206:24: Not in scope: ‘FD.fdPath’

There's no FD.fdPath in the source. https://hackage.haskell.org/package/process-1.6.2.0/src/System/Process/Common.hs

I'm probably missing something obvious, any hints?

rahulmutt commented 6 years ago

The patch only works on the master version of Eta. You can try installing the latest version or wait for the next binary release which should happen within a couple of weeks.

rahulmutt commented 6 years ago

Eta v0.7 is out which should allow the above to work, you can run etlas select latest to get it.