gregwebs / Shelly.hs

Haskell shell scripting
BSD 3-Clause "New" or "Revised" License
418 stars 88 forks source link

Build failure on Cygwin / mingw with shelly-1.3.0.3 #41

Closed jtdaugherty closed 11 years ago

jtdaugherty commented 11 years ago
Downloading shelly-1.3.0.3...
Configuring shelly-1.3.0.3...
Building shelly-1.3.0.3...
Preprocessing library shelly-1.3.0.3...
[1 of 4] Compiling Shelly.Base      ( src\Shelly\Base.hs, dist\build\Shelly\Base.o )
[2 of 4] Compiling Shelly.Find      ( src\Shelly\Find.hs, dist\build\Shelly\Find.o )
[3 of 4] Compiling Shelly           ( src\Shelly.hs, dist\build\Shelly.o )

src\Shelly.hs:538:5: parse error on input `case'
Failed to install shelly-1.3.0.3
gregwebs commented 11 years ago

thanks for the report. I uploaded 1.3.0.4 with a fix.

jtdaugherty commented 11 years ago

Thanks! Now I see this:

Downloading shelly-1.3.0.4...
Configuring shelly-1.3.0.4...
Building shelly-1.3.0.4...
Preprocessing library shelly-1.3.0.4...
[1 of 4] Compiling Shelly.Base      ( src\Shelly\Base.hs, dist\build\Shelly\Base.o )
[2 of 4] Compiling Shelly.Find      ( src\Shelly\Find.hs, dist\build\Shelly\Find.o )
[3 of 4] Compiling Shelly           ( src\Shelly.hs, dist\build\Shelly.o )

src\Shelly.hs:532:5: parse error on input `case'
Failed to install shelly-1.3.0.4
gregwebs commented 11 years ago

doh, I release 1.3.0.5 which should actually have the change

jtdaugherty commented 11 years ago

I can confirm that this now builds on my Windows host. Thank you!